Searched refs:seg6_validate_srh (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | seg6.h | 67 extern bool seg6_validate_srh(struct ipv6_sr_hdr *srh, int len, bool reduced);
|
/linux/net/ipv6/ |
H A D | seg6.c | 26 bool seg6_validate_srh(struct ipv6_sr_hdr *srh, int len, bool reduced) in seg6_validate_srh() function 99 if (!seg6_validate_srh(srh, len, true)) in seg6_get_srh()
|
H A D | seg6_local.c | 1405 if (!seg6_validate_srh(srh, (srh->hdrlen + 1) << 3, true)) in seg6_bpf_has_valid_srh() 1673 if (!seg6_validate_srh(srh, len, false)) in parse_nla_srh()
|
H A D | ipv6_sockglue.c | 354 if (!seg6_validate_srh(srh, optlen, false)) in ipv6_set_opt_hdr()
|
/linux/net/core/ |
H A D | filter.c | 6484 if (!seg6_validate_srh(srh, len, false)) in bpf_push_seg6_encap()
|