Home
last modified time | relevance | path

Searched refs:get_srh (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c53 static __always_inline struct ip6_srh_t *get_srh(struct __sk_buff *skb) in get_srh() function
326 struct ip6_srh_t *srh = get_srh(skb); in __add_egr_x()
362 struct ip6_srh_t *srh = get_srh(skb); in __pop_egr()
401 struct ip6_srh_t *srh = get_srh(skb); in __inspect_t()
Dtest_seg6_loop.c53 static __always_inline struct ip6_srh_t *get_srh(struct __sk_buff *skb) in get_srh() function
230 struct ip6_srh_t *srh = get_srh(skb); in __add_egr_x()
/Linux-v5.15/net/ipv6/
Dseg6_local.c153 static struct ipv6_sr_hdr *get_srh(struct sk_buff *skb, int flags) in get_srh() function
186 srh = get_srh(skb, IP6_FH_F_SKIP_RH); in get_and_validate_srh()
203 srh = get_srh(skb, 0); in decap_and_validate()