Lines Matching defs:protocol
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
494 iph->protocol,
537 u8 prot = iph->protocol;
830 u8 prot = iph->protocol;
1074 int oif, u8 protocol)
1081 __build_flow_key(net, &fl4, NULL, iph, oif, iph->tos, protocol, mark,
1164 int oif, u8 protocol)
1170 __build_flow_key(net, &fl4, NULL, iph, oif, iph->tos, protocol, 0, 0);
1702 skb->protocol != htons(ETH_P_IP))
1710 ip_hdr(skb)->protocol != IPPROTO_IGMP)
1822 skb->protocol == htons(ETH_P_IP)) {
1831 if (skb->protocol != htons(ETH_P_IP)) {
1897 if (likely(outer_iph->protocol != IPPROTO_ICMP))
2341 if (skb->protocol != htons(ETH_P_IP))
2459 ip_hdr(skb)->protocol);
2468 ip_hdr(skb)->protocol);
2892 u8 protocol, bool use_cache)
2911 fl4.flowi4_proto = protocol;
3165 skb->protocol = htons(ETH_P_IP);
3167 iph->protocol = ip_proto;
3175 switch (iph->protocol) {