Searched defs:srh (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | seg6_local.c | 54 struct ipv6_sr_hdr *srh; member 73 struct ipv6_sr_hdr *srh; in get_srh() local 97 struct ipv6_sr_hdr *srh; in get_and_validate_srh() local 116 struct ipv6_sr_hdr *srh; in decap_and_validate() local 143 static void advance_nextseg(struct ipv6_sr_hdr *srh, struct in6_addr *daddr) in advance_nextseg() 205 struct ipv6_sr_hdr *srh; in input_action_end() local 225 struct ipv6_sr_hdr *srh; in input_action_end_x() local 244 struct ipv6_sr_hdr *srh; in input_action_end_t() local 405 struct ipv6_sr_hdr *srh; in input_action_end_b6() local 432 struct ipv6_sr_hdr *srh; in input_action_end_b6_encap() local [all …]
|
D | seg6_hmac.c | 91 static struct sr6_tlv_hmac *seg6_get_tlv_hmac(struct ipv6_sr_hdr *srh) in seg6_get_tlv_hmac() 249 struct ipv6_sr_hdr *srh; in seg6_hmac_validate_skb() local 333 struct ipv6_sr_hdr *srh) in seg6_push_hmac()
|
D | seg6.c | 33 bool seg6_validate_srh(struct ipv6_sr_hdr *srh, int len) in seg6_validate_srh()
|
D | ipv6_sockglue.c | 454 struct ipv6_sr_hdr *srh = (struct ipv6_sr_hdr *) in do_ipv6_setsockopt() local
|
D | exthdrs.c | 1161 struct ipv6_sr_hdr *srh = (struct ipv6_sr_hdr *)opt->srcrt; in fl6_update_dst() local
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_lwt_seg6local.c | 67 struct ip6_srh_t *srh; in get_srh() local 129 int is_valid_tlv_boundary(struct __sk_buff *skb, struct ip6_srh_t *srh, in is_valid_tlv_boundary() 188 int add_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh, uint32_t tlv_off, in add_tlv() 232 int delete_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh, in delete_tlv() 270 int has_egr_tlv(struct __sk_buff *skb, struct ip6_srh_t *srh) in has_egr_tlv() 301 struct ip6_srh_t *srh; in __encap_srh() local 337 struct ip6_srh_t *srh = get_srh(skb); in __add_egr_x() local 373 struct ip6_srh_t *srh = get_srh(skb); in __pop_egr() local 412 struct ip6_srh_t *srh = get_srh(skb); in __inspect_t() local
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6t_srh.c | 31 struct ipv6_sr_hdr *srh; in srh_mt6() local 126 struct ipv6_sr_hdr *srh; in srh1_mt6() local
|
/Linux-v4.19/include/net/ |
D | seg6_local.h | 27 struct ipv6_sr_hdr *srh; member
|
/Linux-v4.19/include/uapi/linux/ |
D | seg6_iptunnel.h | 29 struct ipv6_sr_hdr srh[0]; member
|
D | seg6.h | 47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) argument
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | seg6.h | 47 #define sr_has_hmac(srh) ((srh)->flags & SR6_FLAG1_HMAC) argument
|
/Linux-v4.19/net/core/ |
D | filter.c | 4543 struct ipv6_sr_hdr *srh = (struct ipv6_sr_hdr *)hdr; in bpf_push_seg6_encap() local 4605 struct ipv6_sr_hdr *srh = srh_state->srh; in BPF_CALL_4() local 4735 struct ipv6_sr_hdr *srh = srh_state->srh; in BPF_CALL_3() local
|