Searched refs:sockc (Results 1 – 3 of 3) sorted by relevance
2635 struct sockcm_cookie sockc; in packet_snd() local2671 sockc.mark = sk->sk_mark; in packet_snd()2673 err = sock_cmsg_send(sk, msg, &sockc); in packet_snd()2782 skb->mark = sockc.mark; in packet_snd()
1893 struct sockcm_cookie *sockc) in sock_cmsg_send() argument1908 sockc->mark = *(u32 *)CMSG_DATA(cmsg); in sock_cmsg_send()
1549 struct sockcm_cookie *sockc);