Home
last modified time | relevance | path

Searched refs:sll_protocol (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsock_example.h27 sll.sll_protocol = htons(ETH_P_ALL); in open_raw_sock()
/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/netpacket/
H A Dpacket.h25 unsigned short int sll_protocol; member
/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/netpacket/
H A Dpacket.h25 unsigned short int sll_protocol; member
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Dpacket.c45 bindaddr.sll_protocol = htons(ETH_P_IP); in open_raw_socket()
133 destaddr.sll_protocol = htons(ETH_P_IP); in send_packet()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_snd.c175 laddr.sll_protocol = htons(ETH_P_IP); in do_bind()
202 laddr.sll_protocol = htons(ETH_P_IP); in do_send()
H A Dtxring_overwrite.c97 laddr.sll_protocol = htons(0); in setup_tx()
H A Dpsock_fanout.c75 addr.sll_protocol = htons(ETH_P_IP); in sock_fanout_open()
H A Dmsg_zerocopy.c513 laddr.sll_protocol = htons(proto); in do_tx()
H A Dpsock_tpacket.c733 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
H A Dtxtimestamp.c605 laddr.sll_protocol = htons(family == AF_INET ? ETH_P_IP : ETH_P_IPV6); in do_test()
/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/linux/
H A Dif_packet.h15 __be16 sll_protocol; member
/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/linux/
H A Dif_packet.h15 __be16 sll_protocol; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h16 __be16 sll_protocol; member
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c2409 sll->sll_protocol = skb->protocol; in tpacket_rcv()
2700 proto = saddr->sll_protocol; in tpacket_snd()
2912 proto = saddr->sll_protocol; in packet_snd()
3269 sll->sll_protocol ? : pkt_sk(sk)->num); in packet_bind()
3438 sll->sll_protocol = skb->protocol; in packet_recvmsg()
3547 sll->sll_protocol = READ_ONCE(po->num); in packet_getname()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst130 In this case, you also need to bind(2) the TX_RING with sll_protocol = 0
163 my_addr.sll_protocol = htons(ETH_P_ALL);
876 ll.sll_protocol = htons(ETH_P_ALL);
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_user.c180 sock.sll_protocol = htons(proto); in create_raw_fd()