Lines Matching defs:protocol
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
175 if (!raw_v4_match(net, sk, iph->protocol,
186 if ((iph->protocol != IPPROTO_ICMP || !icmp_filter(sk, skb)) &&
200 int raw_local_deliver(struct sk_buff *skb, int protocol)
205 raw_hashfunc(net, protocol));
272 void raw_icmp_error(struct sk_buff *skb, int protocol, u32 info)
282 hash = raw_hashfunc(net, protocol);
288 if (!raw_v4_match(net, sk, iph->protocol,
360 skb->protocol = htons(ETH_P_IP);
406 if (iph->protocol == IPPROTO_ICMP &&
529 /* ANK: I did not forget to get protocol from port field.
543 ipc.protocol = IPPROTO_RAW;
610 hdrincl ? ipc.protocol : sk->sk_protocol,