Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dlibbpf.c139 sll.sll_protocol = htons(ETH_P_ALL); in open_raw_sock()
/linux-4.4.14/include/uapi/linux/
Dif_packet.h14 __be16 sll_protocol; member
/linux-4.4.14/net/packet/
Daf_packet.c2268 sll->sll_protocol = skb->protocol; in tpacket_rcv()
2493 proto = saddr->sll_protocol; in tpacket_snd()
2659 proto = saddr->sll_protocol; in packet_snd()
3033 sll->sll_protocol ? : pkt_sk(sk)->num); in packet_bind()
3242 sll->sll_protocol = skb->protocol; in packet_recvmsg()
3336 sll->sll_protocol = po->num; in packet_getname()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c689 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
/linux-4.4.14/Documentation/networking/
Dpacket_mmap.txt138 In this case, you also need to bind(2) the TX_RING with sll_protocol = 0
171 my_addr.sll_protocol = htons(ETH_P_ALL);
857 ll.sll_protocol = htons(ETH_P_ALL);