Lines Matching defs:sport
945 u8 *protocol, __be16 *sport, int type)
953 *sport = e->sport ? : udp_flow_src_port(dev_net(skb->dev),
961 u8 *protocol, __be16 *sport, int type)
983 *sport = e->sport ? : udp_flow_src_port(dev_net(skb->dev),
1036 struct flowi4 *fl4, u8 *protocol, __be16 sport)
1046 uh->source = sport;
1059 __be16 sport;
1062 err = __fou_build_header(skb, e, protocol, &sport, type);
1066 fou_build_udp(skb, e, fl4, protocol, sport);
1076 __be16 sport;
1079 err = __gue_build_header(skb, e, protocol, &sport, type);
1083 fou_build_udp(skb, e, fl4, protocol, sport);