Symbol: flowi6_to_flowi
net/ipv6/fib6_rules.c
110
l3mdev_update_flow(net, flowi6_to_flowi(fl6));
net/ipv6/fib6_rules.c
113
flowi6_to_flowi(fl6), flags, &arg);
net/ipv6/fib6_rules.c
81
l3mdev_update_flow(net, flowi6_to_flowi(fl6));
net/ipv6/fib6_rules.c
84
flowi6_to_flowi(fl6), flags, &arg);
net/ipv6/icmp.c
381
dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), sk, 0);
net/ipv6/icmp.c
392
err = xfrm_decode_session_reverse(net, skb, flowi6_to_flowi(&fl2), AF_INET6);
net/ipv6/icmp.c
400
dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP);
net/ipv6/icmp.c
992
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0);
net/ipv6/ila/ila_lwt.c
85
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/ip6_output.c
1265
return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0);
net/ipv6/ip6_tunnel.c
1174
dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0);
net/ipv6/ip6mr.c
160
l3mdev_update_flow(net, flowi6_to_flowi(flp6));
net/ipv6/ip6mr.c
163
flowi6_to_flowi(flp6), 0, &arg);
net/ipv6/ndisc.c
1699
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/netfilter.c
65
xfrm_decode_session(net, skb, flowi6_to_flowi(&fl6), AF_INET6) == 0) {
net/ipv6/netfilter.c
70
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), sk, 0);
net/ipv6/netfilter/nf_reject_ipv6.c
340
nf_ip6_route(net, &dst, flowi6_to_flowi(&fl6), false);
net/ipv6/netfilter/nf_reject_ipv6.c
354
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/netfilter/nft_fib_ipv6.c
83
flowi6_to_flowi(&fl6), false);
net/ipv6/route.c
3356
dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0);
net/netfilter/ipvs/ip_vs_xmit.c
457
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/netfilter/nf_conntrack_h323_main.c
716
flowi6_to_flowi(&fl1), false)) {
net/netfilter/nf_conntrack_h323_main.c
718
flowi6_to_flowi(&fl2), false)) {
net/netfilter/nf_synproxy_core.c
836
err = nf_ip6_route(net, &dst, flowi6_to_flowi(&fl6), false);
net/netfilter/nf_synproxy_core.c
841
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/netfilter/xt_addrtype.c
52
flowi6_to_flowi(&flow), false);