Lines Matching defs:sport
972 u8 *protocol, __be16 *sport, int type)
980 *sport = e->sport ? : udp_flow_src_port(dev_net(skb->dev),
988 u8 *protocol, __be16 *sport, int type)
1010 *sport = e->sport ? : udp_flow_src_port(dev_net(skb->dev),
1063 struct flowi4 *fl4, u8 *protocol, __be16 sport)
1073 uh->source = sport;
1086 __be16 sport;
1089 err = __fou_build_header(skb, e, protocol, &sport, type);
1093 fou_build_udp(skb, e, fl4, protocol, sport);
1103 __be16 sport;
1106 err = __gue_build_header(skb, e, protocol, &sport, type);
1110 fou_build_udp(skb, e, fl4, protocol, sport);