Searched refs:PACKET_SOCK_ORIGDEV (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/packet/ |
H A D | internal.h | 147 PACKET_SOCK_ORIGDEV, enumerator
|
H A D | diag.c | 28 if (packet_sock_flag(po, PACKET_SOCK_ORIGDEV)) in pdiag_put_info()
|
H A D | af_packet.c | 2151 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in packet_rcv() 2424 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in tpacket_rcv() 3888 packet_sock_flag_set(po, PACKET_SOCK_ORIGDEV, val); in packet_setsockopt() 4040 val = packet_sock_flag(po, PACKET_SOCK_ORIGDEV); in packet_getsockopt()
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | internal.h | 139 PACKET_SOCK_ORIGDEV, enumerator
|
H A D | diag.c | 28 if (packet_sock_flag(po, PACKET_SOCK_ORIGDEV)) in pdiag_put_info()
|
H A D | af_packet.c | 2188 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in packet_rcv() 2465 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in tpacket_rcv() 3932 packet_sock_flag_set(po, PACKET_SOCK_ORIGDEV, val); in packet_setsockopt() 4089 val = packet_sock_flag(po, PACKET_SOCK_ORIGDEV); in packet_getsockopt()
|
Completed in 12 milliseconds