Lines Matching defs:protocol
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
69 #include <net/protocol.h>
221 * ll.sll_family and ll.protocol in order
1869 * When we registered the protocol we saved the socket in the data
1912 spkt->spkt_protocol = skb->protocol;
1932 if ((!skb->protocol || skb->protocol == htons(ETH_P_ALL)) &&
1935 skb->protocol = dev_parse_header_protocol(skb);
1940 eth_type_vlan(skb->protocol) &&
1941 vlan_get_protocol_and_depth(skb, skb->protocol, &depth) != 0)
1949 * protocol layers and you must therefore supply it with a complete frame
1994 * raw protocol and you must do your own fragmentation at this level.
2055 skb->protocol = proto;
2463 sll->sll_protocol = skb->protocol;
2590 skb->protocol = proto;
3068 skb->protocol = proto;
3124 * to 'closed' state and remove our protocol entry in the device list.
3341 static int packet_create(struct net *net, struct socket *sock, int protocol,
3346 __be16 proto = (__force __be16)protocol; /* weird, but documented */
3382 * Attach a protocol block
3447 * in the protocol layers.
3492 sll->sll_protocol = skb->protocol;