Home
last modified time | relevance | path

Searched refs:AF_PACKET (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsock_example.h25 sll.sll_family = AF_PACKET; in open_raw_sock()
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Dpacket.c44 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 Ddiag.c144 rp->pdiag_family = AF_PACKET; in sk_diag_fill()
248 .family = AF_PACKET,
H A Daf_packet.c2407 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 Dsocket.h195 #define AF_PACKET 17 /* Packet family */ macro
249 #define PF_PACKET AF_PACKET
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h195 #define AF_PACKET 17 /* Packet family */ macro
249 #define PF_PACKET AF_PACKET
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtxring_overwrite.c96 laddr.sll_family = AF_PACKET; in setup_tx()
H A Dpsock_snd.c174 laddr.sll_family = AF_PACKET; in do_bind()
H A Dpsock_fanout.c74 addr.sll_family = AF_PACKET; in sock_fanout_open()
H A Dmsg_zerocopy.c511 laddr.sll_family = AF_PACKET; in do_tx()
H A Dtxtimestamp.c603 laddr.sll_family = AF_PACKET; in do_test()
/OK3568_Linux_fs/buildroot/package/iperf/
H A D0001-Fix-build-with-musl-libc.patch51 // AF_PACKET HEADERS
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst162 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 Daf_xdp.rst100 NOT consult the paper from 2017 on "AF_PACKET v4", the first attempt
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c44 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 Dsocket.h112 #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 Dsocket.h112 #define AF_PACKET PF_PACKET macro
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_user.c167 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 Dnetlink.c362 .ifm.ifi_family = AF_PACKET, in libbpf_nl_get_link()
/OK3568_Linux_fs/u-boot/board/sandbox/
H A DREADME.sandbox202 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 Dnet.c340 .ifm.ifi_family = AF_PACKET, in netlink_get_link()
/OK3568_Linux_fs/u-boot/drivers/net/
H A DKconfig161 in U-Boot to the RAW AF_PACKET API in Linux. This allows real
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c739 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 Dnet.c1443 if (sock->sk->sk_family != AF_PACKET) { in get_raw_socket()