Lines Matching defs:protocol
3 * INET An implementation of the TCP/IP protocol suite for the LINUX
130 #include <net/protocol.h>
154 u8 protocol = ip_hdr(skb)->protocol;
165 if (sk && inet_sk(sk)->inet_num == protocol &&
190 void ip_protocol_deliver_rcu(struct net *net, struct sk_buff *skb, int protocol)
196 raw = raw_local_deliver(skb, protocol);
198 ipprot = rcu_dereference(inet_protos[protocol]);
210 protocol = -ret;
234 ip_protocol_deliver_rcu(net, skb, ip_hdr(skb)->protocol);
241 * Deliver IP Packets to the higher protocol layers.
344 switch (iph->protocol) {