Lines Matching defs:protocol
16 #include <net/protocol.h>
26 u8 protocol;
39 u8 protocol;
83 return -fou->protocol;
255 * treating the GRE tunnel header as though it is a UDP protocol
263 ops = fou_gro_ops(sk, fou->protocol);
285 ops = fou_gro_ops(sk, fou->protocol);
444 * treating the GRE tunnel header as though it is a UDP protocol
606 fou->protocol = cfg->protocol;
694 cfg->protocol = nla_get_u8(info->attrs[FOU_ATTR_IPPROTO]);
784 nla_put_u8(msg, FOU_ATTR_IPPROTO, fou->protocol) ||
941 u8 *protocol, __be16 *sport, int type)
957 u8 *protocol, __be16 *sport, int type)
992 guehdr->proto_ctype = *protocol;
1032 struct flowi4 *fl4, u8 *protocol, __be16 sport)
1047 *protocol = IPPROTO_UDP;
1051 u8 *protocol, struct flowi4 *fl4)
1058 err = __fou_build_header(skb, e, protocol, &sport, type);
1062 fou_build_udp(skb, e, fl4, protocol, sport);
1068 u8 *protocol, struct flowi4 *fl4)
1075 err = __gue_build_header(skb, e, protocol, &sport, type);
1079 fou_build_udp(skb, e, fl4, protocol, sport);