Home
last modified time | relevance | path

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

/linux/include/net/
A Dip_fib.h350 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
411 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument
418 skb_flow_dissect_flow_keys(skb, flkeys, flag); in fib4_rules_early_flow_dissect()
419 fl4->fl4_sport = flkeys->ports.src; in fib4_rules_early_flow_dissect()
420 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect()
421 fl4->flowi4_proto = flkeys->basic.ip_proto; in fib4_rules_early_flow_dissect()
514 const struct sk_buff *skb, struct flow_keys *flkeys);
A Dip6_fib.h604 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
611 skb_flow_dissect_flow_keys(skb, flkeys, flag); in fib6_rules_early_flow_dissect()
612 fl6->fl6_sport = flkeys->ports.src; in fib6_rules_early_flow_dissect()
613 fl6->fl6_dport = flkeys->ports.dst; in fib6_rules_early_flow_dissect()
614 fl6->flowi6_proto = flkeys->basic.ip_proto; in fib6_rules_early_flow_dissect()
647 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
/linux/net/ipv4/
A 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()
A Droute.c2015 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument
2045 if (!flkeys) { in fib_multipath_hash()
2047 flkeys = &keys; in fib_multipath_hash()
2051 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash()
2052 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash()
2053 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash()
2054 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash()
2055 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash()
2202 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local
2271 flkeys = &_flkeys; in ip_route_input_slow()
[all …]
A 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()
/linux/net/ipv6/
A 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()
A Droute.c2297 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument
2301 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys()
2471 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash()
2491 if (!flkeys) { in rt6_multipath_hash()
2493 flkeys = &keys; in rt6_multipath_hash()
2498 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash()
2499 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash()
2518 if (!flkeys) { in rt6_multipath_hash()
2520 flkeys = &keys; in rt6_multipath_hash()
2575 struct flow_keys *flkeys = NULL, _flkeys; in ip6_route_input() local
[all …]

Completed in 33 milliseconds