Lines Matching defs:protocol
3 * GRE over IPv6 protocol decoder.
37 #include <net/protocol.h>
722 __be16 protocol;
733 protocol = (dev->type == ARPHRD_ETHER) ? htons(ETH_P_TEB) : proto;
765 flags, protocol,
778 protocol, tunnel->parms.o_key,
809 skb->protocol);
843 &mtu, skb->protocol);
870 err = __gre6_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, skb->protocol);
946 if (skb->protocol == htons(ETH_P_IP) &&
950 if (skb->protocol == htons(ETH_P_IPV6)) {
1014 switch (skb->protocol) {
1066 if (skb->protocol == htons(ETH_P_IP))
2331 pr_info("%s: can't add protocol\n", __func__);