Home
last modified time | relevance | path

Searched refs:flkeys (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dip_fib.h349 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
410 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
417 skb_flow_dissect_flow_keys(skb, flkeys, flag); in fib4_rules_early_flow_dissect()
418 fl4->fl4_sport = flkeys->ports.src; in fib4_rules_early_flow_dissect()
419 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect()
420 fl4->flowi4_proto = flkeys->basic.ip_proto; in fib4_rules_early_flow_dissect()
470 const struct sk_buff *skb, struct flow_keys *flkeys);
Dip6_fib.h608 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
615 skb_flow_dissect_flow_keys(skb, flkeys, flag); in fib6_rules_early_flow_dissect()
616 fl6->fl6_sport = flkeys->ports.src; in fib6_rules_early_flow_dissect()
617 fl6->fl6_dport = flkeys->ports.dst; in fib6_rules_early_flow_dissect()
618 fl6->flowi6_proto = flkeys->basic.ip_proto; in fib6_rules_early_flow_dissect()
651 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
/kernel/linux/linux-5.10/net/ipv4/
Dnetfilter.c28 struct flow_keys flkeys; in ip_route_me_harder() local
52 fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys); in ip_route_me_harder()
Droute.c1968 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument
1997 if (!flkeys) { in fib_multipath_hash()
1999 flkeys = &keys; in fib_multipath_hash()
2003 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash()
2004 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash()
2005 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash()
2006 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash()
2007 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash()
2147 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local
2217 flkeys = &_flkeys; in ip_route_input_slow()
[all …]
Dfib_frontend.c348 struct flow_keys flkeys; in __fib_validate_source() local
370 if (!fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys)) { in __fib_validate_source()
/kernel/linux/linux-5.10/net/ipv6/
Dnetfilter.c27 struct flow_keys flkeys; in ip6_route_me_harder() local
42 fib6_rules_early_flow_dissect(net, skb, &fl6, &flkeys); in ip6_route_me_harder()
Droute.c2298 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument
2302 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys()
2343 const struct sk_buff *skb, struct flow_keys *flkeys) in rt6_multipath_hash() argument
2353 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2372 if (!flkeys) { in rt6_multipath_hash()
2374 flkeys = &keys; in rt6_multipath_hash()
2377 hash_keys.addrs.v6addrs.src = flkeys->addrs.v6addrs.src; in rt6_multipath_hash()
2378 hash_keys.addrs.v6addrs.dst = flkeys->addrs.v6addrs.dst; in rt6_multipath_hash()
2379 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash()
2380 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash()
[all …]