Home
last modified time | relevance | path

Searched defs:srh (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_lwt_seg6local.c58 struct ip6_srh_t *srh; in get_srh() local
120 int is_valid_tlv_boundary(struct __sk_buff *skb, struct ip6_srh_t *srh, in is_valid_tlv_boundary()
179 int add_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh, uint32_t tlv_off, in add_tlv()
223 int delete_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh, in delete_tlv()
261 int has_egr_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh) in has_egr_tlv()
292 struct ip6_srh_t *srh; in __encap_srh() local
328 struct ip6_srh_t *srh = get_srh(skb); in __add_egr_x() local
364 struct ip6_srh_t *srh = get_srh(skb); in __pop_egr() local
403 struct ip6_srh_t *srh = get_srh(skb); in __inspect_t() local
Dtest_seg6_loop.c58 struct ip6_srh_t *srh; in get_srh() local
120 struct ip6_srh_t *srh, in is_valid_tlv_boundary()
182 struct ip6_srh_t *srh, uint32_t tlv_off, in add_tlv()
232 struct ip6_srh_t *srh = get_srh(skb); in __add_egr_x() local
/linux-6.12.1/net/ipv6/
Dseg6_local.c189 struct ipv6_sr_hdr *srh; member
218 struct ipv6_sr_hdr *srh; in get_and_validate_srh() local
234 struct ipv6_sr_hdr *srh; in decap_and_validate() local
262 static void advance_nextseg(struct ipv6_sr_hdr *srh, struct in6_addr *daddr) in advance_nextseg()
389 struct ipv6_sr_hdr *srh; in input_action_end_core() local
429 struct ipv6_sr_hdr *srh; in input_action_end_x_core() local
502 static enum seg6_local_pktinfo seg6_get_srh_pktinfo(struct ipv6_sr_hdr *srh) in seg6_get_srh_pktinfo()
627 struct ipv6_sr_hdr *srh; in seg6_pop_srh() local
744 struct ipv6_sr_hdr *srh; in end_flv8986_core() local
828 struct ipv6_sr_hdr *srh; in input_action_end_t() local
[all …]
Drpl_iptunnel.c39 static bool rpl_validate_srh(struct net *net, struct ipv6_rpl_sr_hdr *srh, in rpl_validate_srh()
74 struct ipv6_rpl_sr_hdr *srh; in rpl_build_state() local
128 const struct ipv6_rpl_sr_hdr *srh) in rpl_do_srh_inline()
Dseg6.c26 bool seg6_validate_srh(struct ipv6_sr_hdr *srh, int len, bool reduced) in seg6_validate_srh()
78 struct ipv6_sr_hdr *srh; in seg6_get_srh() local
112 struct ipv6_sr_hdr *srh; in seg6_icmp_srh() local
Dseg6_hmac.c84 static struct sr6_tlv_hmac *seg6_get_tlv_hmac(struct ipv6_sr_hdr *srh) in seg6_get_tlv_hmac()
242 struct ipv6_sr_hdr *srh; in seg6_hmac_validate_skb() local
328 struct ipv6_sr_hdr *srh) in seg6_push_hmac()
Dipv6_sockglue.c371 struct ipv6_sr_hdr *srh = in ipv6_set_opt_hdr() local
Dexthdrs.c1367 struct ipv6_sr_hdr *srh = (struct ipv6_sr_hdr *)opt->srcrt; in fl6_update_dst() local
/linux-6.12.1/net/ipv6/netfilter/
Dip6t_srh.c27 struct ipv6_sr_hdr *srh; in srh_mt6() local
122 struct ipv6_sr_hdr *srh; in srh1_mt6() local
/linux-6.12.1/include/uapi/linux/
Drpl_iptunnel.h19 #define RPL_IPTUNNEL_SRH_SIZE(srh) (((srh)->hdrlen + 1) << 3) argument
Dseg6_iptunnel.h29 struct ipv6_sr_hdr srh[]; member
Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) argument
/linux-6.12.1/include/net/
Dseg6_local.h23 struct ipv6_sr_hdr *srh; member
Dseg6.h83 struct ipv6_sr_hdr *srh; in seg6_get_daddr() local
/linux-6.12.1/tools/include/uapi/linux/
Dseg6.h47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) argument
/linux-6.12.1/net/core/
Dfilter.c6381 struct ipv6_sr_hdr *srh = (struct ipv6_sr_hdr *)hdr; in bpf_push_seg6_encap() local
6477 struct ipv6_sr_hdr *srh = srh_state->srh; in BPF_CALL_4() local
6609 struct ipv6_sr_hdr *srh = srh_state->srh; in BPF_CALL_3() local