| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sock_example.h | 25 sll.sll_family = AF_PACKET; in open_raw_sock()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/ |
| H A D | packet.c | 44 bindaddr.sll_family = AF_PACKET; in open_raw_socket() 132 destaddr.sll_family = AF_PACKET; in send_packet()
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | diag.c | 144 rp->pdiag_family = AF_PACKET; in sk_diag_fill() 248 .family = AF_PACKET,
|
| H A D | af_packet.c | 2407 sll->sll_family = AF_PACKET; in tpacket_rcv() 3265 if (sll->sll_family != AF_PACKET) in packet_bind() 3437 sll->sll_family = AF_PACKET; in packet_recvmsg() 3521 uaddr->sa_family = AF_PACKET; in packet_getname_spkt() 3545 sll->sll_family = AF_PACKET; in packet_getname()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 195 #define AF_PACKET 17 /* Packet family */ macro 249 #define PF_PACKET AF_PACKET
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 195 #define AF_PACKET 17 /* Packet family */ macro 249 #define PF_PACKET AF_PACKET
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | txring_overwrite.c | 96 laddr.sll_family = AF_PACKET; in setup_tx()
|
| H A D | psock_snd.c | 174 laddr.sll_family = AF_PACKET; in do_bind()
|
| H A D | psock_fanout.c | 74 addr.sll_family = AF_PACKET; in sock_fanout_open()
|
| H A D | msg_zerocopy.c | 511 laddr.sll_family = AF_PACKET; in do_tx()
|
| H A D | txtimestamp.c | 603 laddr.sll_family = AF_PACKET; in do_test()
|
| /OK3568_Linux_fs/buildroot/package/iperf/ |
| H A D | 0001-Fix-build-with-musl-libc.patch | 51 // AF_PACKET HEADERS
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | packet_mmap.rst | 162 my_addr.sll_family = AF_PACKET; 599 AF_PACKET fanout mode 602 In the AF_PACKET fanout mode, packet reception can be load balanced among 646 int err, fd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_IP)); 665 ll.sll_family = AF_PACKET; 755 AF_PACKET TPACKET_V3 example 758 AF_PACKET's TPACKET_V3 ring buffer can be configured to use non-static frame 833 fd = socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
|
| H A D | af_xdp.rst | 100 NOT consult the paper from 2017 on "AF_PACKET v4", the first attempt
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 44 device->sll_family = AF_PACKET; in _raw_packet_start()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket.h | 112 #define AF_PACKET PF_PACKET macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket.h | 112 #define AF_PACKET PF_PACKET macro
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vector_user.c | 167 fd = socket(AF_PACKET, SOCK_RAW, flags); in create_raw_fd() 179 sock.sll_family = AF_PACKET; in create_raw_fd()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | netlink.c | 362 .ifm.ifi_family = AF_PACKET, in libbpf_nl_get_link()
|
| /OK3568_Linux_fs/u-boot/board/sandbox/ |
| H A D | README.sandbox | 202 For Ethernet network adapters, the bridge utilizes the RAW AF_PACKET API. This 248 The 'lo' interface cannot use the RAW AF_PACKET API because the lo interface
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | net.c | 340 .ifm.ifi_family = AF_PACKET, in netlink_get_link()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | Kconfig | 161 in U-Boot to the RAW AF_PACKET API in Linux. This allows real
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 739 case AF_PACKET: in nla_get_via() 1684 AF_INET, AF_INET6, AF_DECnet, AF_PACKET, in nla_put_via()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | net.c | 1443 if (sock->sk->sk_family != AF_PACKET) { in get_raw_socket()
|