Home
last modified time | relevance | path

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

/net/packet/
Ddiag.c26 if (packet_sock_flag(po, PACKET_SOCK_AUXDATA)) in pdiag_put_info()
28 if (packet_sock_flag(po, PACKET_SOCK_ORIGDEV)) in pdiag_put_info()
Dinternal.h161 static inline bool packet_sock_flag(const struct packet_sock *po, in packet_sock_flag() function
Daf_packet.c2154 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in packet_rcv()
2427 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in tpacket_rcv()
3492 if (packet_sock_flag(pkt_sk(sk), PACKET_SOCK_AUXDATA)) { in packet_recvmsg()
4034 val = packet_sock_flag(po, PACKET_SOCK_AUXDATA); in packet_getsockopt()
4037 val = packet_sock_flag(po, PACKET_SOCK_ORIGDEV); in packet_getsockopt()