Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dip_fib.h354 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
415 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
422 memset(flkeys, 0, sizeof(*flkeys)); in fib4_rules_early_flow_dissect()
424 flkeys, NULL, 0, 0, 0, flag); in fib4_rules_early_flow_dissect()
426 fl4->fl4_sport = flkeys->ports.src; in fib4_rules_early_flow_dissect()
427 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect()
428 fl4->flowi4_proto = flkeys->basic.ip_proto; in fib4_rules_early_flow_dissect()
521 const struct sk_buff *skb, struct flow_keys *flkeys);
Dip6_fib.h638 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
645 memset(flkeys, 0, sizeof(*flkeys)); in fib6_rules_early_flow_dissect()
647 flkeys, NULL, 0, 0, 0, flag); in fib6_rules_early_flow_dissect()
649 fl6->fl6_sport = flkeys->ports.src; in fib6_rules_early_flow_dissect()
650 fl6->fl6_dport = flkeys->ports.dst; in fib6_rules_early_flow_dissect()
651 fl6->flowi6_proto = flkeys->basic.ip_proto; in fib6_rules_early_flow_dissect()
684 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
/Linux-v6.6/net/ipv4/
Dnetfilter.c28 struct flow_keys flkeys; in ip_route_me_harder() local
51 fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys); in ip_route_me_harder()
Droute.c2040 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument
2070 if (!flkeys) { in fib_multipath_hash()
2072 flkeys = &keys; in fib_multipath_hash()
2076 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash()
2077 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash()
2078 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash()
2079 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash()
2080 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash()
2228 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local
2298 flkeys = &_flkeys; in ip_route_input_slow()
[all …]
Dfib_frontend.c349 struct flow_keys flkeys; in __fib_validate_source() local
370 if (!fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys)) { in __fib_validate_source()
/Linux-v6.6/net/ipv6/
Dnetfilter.c28 struct flow_keys flkeys; in ip6_route_me_harder() local
47 fib6_rules_early_flow_dissect(net, skb, &fl6, &flkeys); in ip6_route_me_harder()
Droute.c2294 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument
2298 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys()
2458 const struct sk_buff *skb, struct flow_keys *flkeys) in rt6_multipath_hash() argument
2468 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2488 if (!flkeys) { in rt6_multipath_hash()
2490 flkeys = &keys; in rt6_multipath_hash()
2493 hash_keys.addrs.v6addrs.src = flkeys->addrs.v6addrs.src; in rt6_multipath_hash()
2494 hash_keys.addrs.v6addrs.dst = flkeys->addrs.v6addrs.dst; in rt6_multipath_hash()
2495 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash()
2496 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash()
[all …]