Home
last modified time | relevance | path

Searched refs:sockc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/packet/
Daf_packet.c2635 struct sockcm_cookie sockc; in packet_snd() local
2671 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()
/linux-4.4.14/net/core/
Dsock.c1893 struct sockcm_cookie *sockc) in sock_cmsg_send() argument
1908 sockc->mark = *(u32 *)CMSG_DATA(cmsg); in sock_cmsg_send()
/linux-4.4.14/include/net/
Dsock.h1549 struct sockcm_cookie *sockc);