Searched refs:flkeys (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/ |
| H A D | ip_fib.h | 360 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument 421 struct flow_keys *flkeys) in fib4_rules_early_flow_dissect() argument 428 memset(flkeys, 0, sizeof(*flkeys)); in fib4_rules_early_flow_dissect() 430 flkeys, NULL, 0, 0, 0, flag); in fib4_rules_early_flow_dissect() 432 fl4->fl4_sport = flkeys->ports.src; in fib4_rules_early_flow_dissect() 433 fl4->fl4_dport = flkeys->ports.dst; in fib4_rules_early_flow_dissect() 434 fl4->flowi4_proto = flkeys->basic.ip_proto; in fib4_rules_early_flow_dissect() 545 const struct sk_buff *skb, struct flow_keys *flkeys);
|
| H A D | ip6_fib.h | 691 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument 698 memset(flkeys, 0, sizeof(*flkeys)); in fib6_rules_early_flow_dissect() 700 flkeys, NULL, 0, 0, 0, flag); in fib6_rules_early_flow_dissect() 702 fl6->fl6_sport = flkeys->ports.src; in fib6_rules_early_flow_dissect() 703 fl6->fl6_dport = flkeys->ports.dst; in fib6_rules_early_flow_dissect() 704 fl6->flowi6_proto = flkeys->basic.ip_proto; in fib6_rules_early_flow_dissect() 737 struct flow_keys *flkeys) in fib6_rules_early_flow_dissect() argument
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 3427 decode_session4(const struct xfrm_flow_keys *flkeys, struct flowi *fl, bool reverse) in xfrm_policy_ok() 3434 fl4->saddr = flkeys->addrs.ipv4.dst; 3435 fl4->daddr = flkeys->addrs.ipv4.src; 3436 fl4->fl4_sport = flkeys->ports.dst; in decode_session4() argument 3437 fl4->fl4_dport = flkeys->ports.src; in decode_session4() 3439 fl4->saddr = flkeys->addrs.ipv4.src; in decode_session4() 3440 fl4->daddr = flkeys->addrs.ipv4.dst; in decode_session4() 3441 fl4->fl4_sport = flkeys->ports.src; in decode_session4() 3442 fl4->fl4_dport = flkeys->ports.dst; in decode_session4() 3445 switch (flkeys in decode_session4() 3470 decode_session6(const struct xfrm_flow_keys * flkeys,struct flowi * fl,bool reverse) decode_session6() argument 3505 struct xfrm_flow_keys flkeys; __xfrm_decode_session() local [all...] |
| /linux/net/ipv6/ |
| H A D | route.c | 2365 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument 2369 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys() 2533 const struct sk_buff *skb, struct flow_keys *flkeys) in rt6_multipath_hash() argument 2543 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash() 2563 if (!flkeys) { in rt6_multipath_hash() 2565 flkeys = &keys; in rt6_multipath_hash() 2568 hash_keys.addrs.v6addrs.src = flkeys->addrs.v6addrs.src; in rt6_multipath_hash() 2569 hash_keys.addrs.v6addrs.dst = flkeys->addrs.v6addrs.dst; in rt6_multipath_hash() 2570 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash() 2571 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash() [all …]
|
| /linux/net/ipv4/ |
| H A D | route.c | 2067 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument 2097 if (!flkeys) { in fib_multipath_hash() 2099 flkeys = &keys; in fib_multipath_hash() 2103 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash() 2104 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash() 2105 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash() 2106 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash() 2107 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash() 2269 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local 2349 flkeys = &_flkeys; in ip_route_input_slow() [all …]
|