Symbol: flowi6_to_flowi
net/ipv6/fib6_rules.c
113
l3mdev_update_flow(net, flowi6_to_flowi(fl6));
net/ipv6/fib6_rules.c
116
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
1297
return xfrm_lookup_route(net, dst, flowi6_to_flowi(fl6), sk, 0);
net/ipv6/ip6_tunnel.c
1181
dst = xfrm_lookup(net, dst, flowi6_to_flowi(fl6), NULL, 0);
net/ipv6/ip6mr.c
152
l3mdev_update_flow(net, flowi6_to_flowi(flp6));
net/ipv6/ip6mr.c
155
flowi6_to_flowi(flp6), 0, &arg);
net/ipv6/ndisc.c
1698
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/ipv6/netfilter.c
66
xfrm_decode_session(net, skb, flowi6_to_flowi(&fl6), AF_INET6) == 0) {
net/ipv6/netfilter.c
71
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/route.c
3366
dst = xfrm_lookup(net, &rt->dst, flowi6_to_flowi(fl6), NULL, 0);
net/netfilter/ipvs/ip_vs_xmit.c
470
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/netfilter/nf_conntrack_h323_main.c
713
flowi6_to_flowi(&fl1), false)) {
net/netfilter/nf_conntrack_h323_main.c
715
flowi6_to_flowi(&fl2), false)) {
net/netfilter/nf_synproxy_core.c
845
err = nf_ip6_route(net, &dst, flowi6_to_flowi(&fl6), false);
net/netfilter/nf_synproxy_core.c
850
dst = xfrm_lookup(net, dst, flowi6_to_flowi(&fl6), NULL, 0);
net/netfilter/xt_addrtype.c
52
flowi6_to_flowi(&flow), false);