/kernel/linux/linux-5.10/include/net/ |
H A D | flow.h | 85 #define fl4_dport uli.ports.dport macro 112 fl4->fl4_dport = dport; in flowi4_init_output()
|
H A D | ip_fib.h | 420 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect()
|
H A D | route.h | 335 fl4->fl4_dport = dport; in ip_route_newports()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | flow.h | 86 #define fl4_dport uli.ports.dport macro 113 fl4->fl4_dport = dport; in flowi4_init_output()
|
H A D | ip_fib.h | 427 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect()
|
H A D | route.h | 336 fl4->fl4_dport = dport; in ip_route_newports()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | fib.h | 62 __entry->dport = ntohs(flp->fl4_dport);
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | fib.h | 61 __entry->dport = ntohs(flp->fl4_dport);
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | socket.c | 26 .fl4_dport = endpoint->addr4.sin_port, in send4() 87 fl.fl4_dport, false, false); in send4()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | socket.c | 26 .fl4_dport = endpoint->addr4.sin_port, in send4() 87 fl.fl4_dport, false, false); in send4()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_rules.c | 199 !fib_rule_port_inrange(&rule->dport_range, fl4->fl4_dport)) in fib4_rule_match()
|
H A D | fib_frontend.c | 373 fl4.fl4_dport = 0; in __fib_validate_source() 375 swap(fl4.fl4_sport, fl4.fl4_dport); in __fib_validate_source()
|
H A D | route.c | 2010 hash_keys.ports.dst = fl4->fl4_dport; in fib_multipath_hash() 2221 fl4.fl4_dport = 0; in ip_route_input_slow() 3262 fl4.fl4_dport = dport; in inet_rtm_getroute()
|
H A D | udp.c | 915 uh->dest = fl4->fl4_dport; in udp_send_skb() 1281 fl4->fl4_dport = dport; in udp_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_rules.c | 200 !fib_rule_port_inrange(&rule->dport_range, fl4->fl4_dport)) in fib4_rule_match()
|
H A D | route.c | 2033 hash_keys.ports.dst = fl4->fl4_dport; in fib_multipath_custom_hash_fl4() 2087 hash_keys.ports.dst = fl4->fl4_dport; in fib_multipath_hash() 2302 fl4.fl4_dport = 0; in ip_route_input_slow() 3339 fl4.fl4_dport = dport; in inet_rtm_getroute()
|
H A D | fib_frontend.c | 373 fl4.fl4_dport = 0; in __fib_validate_source() 375 swap(fl4.fl4_sport, fl4.fl4_dport); in __fib_validate_source()
|
H A D | udp.c | 904 uh->dest = fl4->fl4_dport; in udp_send_skb() 1268 fl4->fl4_dport = dport; in udp_sendmsg()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 466 .fl4_dport = dccp_hdr(skb)->dccph_sport, in dccp_v4_route_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 101 flow4.fl4_dport = encap->key.tp_dst; in efx_bind_neigh()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 479 .fl4_dport = dccp_hdr(skb)->dccph_sport, in dccp_v4_route_skb()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | protocol.c | 432 fl4->fl4_dport = daddr->v4.sin_port; in sctp_v4_get_dst()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_nat_core.c | 71 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_core.c | 74 fl4->fl4_dport = t->dst.u.all; in nf_nat_ipv4_decode_session()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 792 fl4->fl4_dport = dport; in geneve_get_v4_rt()
|