Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dseg6_local.h17 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
H A Dseg6.h66 extern int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
/openbmc/linux/net/ipv6/
H A 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()
/openbmc/linux/net/core/
H A Dfilter.c6373 return seg6_lookup_nexthop(skb, NULL, 0); in bpf_push_seg6_encap()
6508 return seg6_lookup_nexthop(skb, (struct in6_addr *)param, 0); in BPF_CALL_4()
6514 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()
6533 return seg6_lookup_nexthop(skb, NULL, *(int *)param); in BPF_CALL_4()