Lines Matching defs:protocol
16 #include <net/protocol.h>
26 u8 protocol;
39 u8 protocol;
83 return -fou->protocol;
244 proto = fou->protocol;
249 * treating the GRE tunnel header as though it is a UDP protocol
282 proto = fou->protocol;
445 * treating the GRE tunnel header as though it is a UDP protocol
610 fou->protocol = cfg->protocol;
698 cfg->protocol = nla_get_u8(info->attrs[FOU_ATTR_IPPROTO]);
788 nla_put_u8(msg, FOU_ATTR_IPPROTO, fou->protocol) ||
945 u8 *protocol, __be16 *sport, int type)
961 u8 *protocol, __be16 *sport, int type)
996 guehdr->proto_ctype = *protocol;
1036 struct flowi4 *fl4, u8 *protocol, __be16 sport)
1051 *protocol = IPPROTO_UDP;
1055 u8 *protocol, struct flowi4 *fl4)
1062 err = __fou_build_header(skb, e, protocol, &sport, type);
1066 fou_build_udp(skb, e, fl4, protocol, sport);
1072 u8 *protocol, struct flowi4 *fl4)
1079 err = __gue_build_header(skb, e, protocol, &sport, type);
1083 fou_build_udp(skb, e, fl4, protocol, sport);