Searched refs:flkeys (Results 1 – 6 of 6) sorted by relevance
| /net/xfrm/ |
| A D | xfrm_policy.c | 3445 fl4->fl4_sport = flkeys->ports.dst; in decode_session4() 3446 fl4->fl4_dport = flkeys->ports.src; in decode_session4() 3450 fl4->fl4_sport = flkeys->ports.src; in decode_session4() 3451 fl4->fl4_dport = flkeys->ports.dst; in decode_session4() 3454 switch (flkeys->basic.ip_proto) { in decode_session4() 3479 fl6->fl6_sport = flkeys->ports.dst; in decode_session6() 3480 fl6->fl6_dport = flkeys->ports.src; in decode_session6() 3484 fl6->fl6_sport = flkeys->ports.src; in decode_session6() 3488 switch (flkeys->basic.ip_proto) { in decode_session6() 3505 struct xfrm_flow_keys flkeys; in __xfrm_decode_session() local [all …]
|
| /net/ipv4/ |
| A D | netfilter.c | 29 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 D | route.c | 2061 const struct sk_buff *skb, struct flow_keys *flkeys) in fib_multipath_hash() argument 2091 if (!flkeys) { in fib_multipath_hash() 2093 flkeys = &keys; in fib_multipath_hash() 2097 hash_keys.addrs.v4addrs.src = flkeys->addrs.v4addrs.src; in fib_multipath_hash() 2098 hash_keys.addrs.v4addrs.dst = flkeys->addrs.v4addrs.dst; in fib_multipath_hash() 2099 hash_keys.ports.src = flkeys->ports.src; in fib_multipath_hash() 2100 hash_keys.ports.dst = flkeys->ports.dst; in fib_multipath_hash() 2101 hash_keys.basic.ip_proto = flkeys->basic.ip_proto; in fib_multipath_hash() 2263 struct flow_keys *flkeys = NULL, _flkeys; in ip_route_input_slow() local 2343 flkeys = &_flkeys; in ip_route_input_slow() [all …]
|
| A D | fib_frontend.c | 350 struct flow_keys flkeys; in __fib_validate_source() local 371 if (!fib4_rules_early_flow_dissect(net, skb, &fl4, &flkeys)) { in __fib_validate_source()
|
| /net/ipv6/ |
| A D | netfilter.c | 28 struct flow_keys flkeys; in ip6_route_me_harder() local 48 fib6_rules_early_flow_dissect(net, skb, &fl6, &flkeys); in ip6_route_me_harder()
|
| A D | route.c | 2344 struct flow_keys *flkeys) in ip6_multipath_l3_keys() argument 2348 struct flow_keys *_flkeys = flkeys; in ip6_multipath_l3_keys() 2522 ip6_multipath_l3_keys(skb, &hash_keys, flkeys); in rt6_multipath_hash() 2542 if (!flkeys) { in rt6_multipath_hash() 2544 flkeys = &keys; in rt6_multipath_hash() 2549 hash_keys.ports.src = flkeys->ports.src; in rt6_multipath_hash() 2550 hash_keys.ports.dst = flkeys->ports.dst; in rt6_multipath_hash() 2572 if (!flkeys) { in rt6_multipath_hash() 2574 flkeys = &keys; in rt6_multipath_hash() 2629 struct flow_keys *flkeys = NULL, _flkeys; in ip6_route_input() local [all …]
|
Completed in 39 milliseconds