Home
last modified time | relevance | path

Searched refs:seg6_lookup_nexthop (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/net/
Dseg6_local.h17 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
Dseg6.h66 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
/Linux-v6.6/net/ipv6/
Dseg6_local.c330 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()
/Linux-v6.6/net/core/
Dfilter.c6253 return seg6_lookup_nexthop(skb, NULL, 0); in bpf_push_seg6_encap()
6388 return seg6_lookup_nexthop(skb, (struct in6_addr *)param, 0); in BPF_CALL_4()
6394 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()
6413 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()