Searched refs:seg6_lookup_nexthop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 212 int seg6_lookup_nexthop(struct sk_buff *skb, in seg6_lookup_nexthop() function 229 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end() 249 seg6_lookup_nexthop(skb, &slwt->nh6, 0); in input_action_end_x() 268 seg6_lookup_nexthop(skb, NULL, slwt->table); in input_action_end_t() 362 seg6_lookup_nexthop(skb, nhaddr, 0); in input_action_end_dx6() 440 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_b6() 471 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_b6_encap() 549 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_bpf()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | seg6_local.h | 17 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
|
H A D | seg6.h | 64 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6_local.h | 17 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
|
H A D | seg6.h | 66 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 330 int seg6_lookup_nexthop(struct sk_buff *skb, in seg6_lookup_nexthop() function 381 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_finish() 421 seg6_lookup_nexthop(skb, &slwt->nh6, 0); in input_action_end_x_finish() 836 seg6_lookup_nexthop(skb, NULL, slwt->table); in input_action_end_t() 920 seg6_lookup_nexthop(skb, nhaddr, 0); in input_action_end_dx6_finish() 1343 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_b6() 1374 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_b6_encap() 1452 seg6_lookup_nexthop(skb, NULL, 0); in input_action_end_bpf()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5725 return seg6_lookup_nexthop(skb, NULL, 0); in bpf_push_seg6_encap() 5860 return seg6_lookup_nexthop(skb, (struct in6_addr *)param, 0); in BPF_CALL_4() 5866 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4() 5885 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6322 return seg6_lookup_nexthop(skb, NULL, 0); in bpf_push_seg6_encap() 6457 return seg6_lookup_nexthop(skb, (struct in6_addr *)param, 0); in BPF_CALL_4() 6463 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4() 6482 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()
|
Completed in 37 milliseconds