Home
last modified time | relevance | path

Searched refs:SR6_TLV_HMAC (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dseg6.h45 #define SR6_TLV_HMAC 5 macro
/external/iproute2/include/uapi/linux/
Dseg6.h45 #define SR6_TLV_HMAC 5 macro
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_seg6_loop.c161 } else if (tlv.type == SR6_TLV_HMAC) { in is_valid_tlv_boundary()
193 if (itlv->type == SR6_TLV_PADDING || itlv->type == SR6_TLV_HMAC) in add_tlv()
Dtest_lwt_seg6local.c158 } else if (tlv.type == SR6_TLV_HMAC) { in is_valid_tlv_boundary()
190 if (itlv->type == SR6_TLV_PADDING || itlv->type == SR6_TLV_HMAC) in add_tlv()
/external/iproute2/ip/
Diproute_lwtunnel.c459 tlv->tlvhdr.type = SR6_TLV_HMAC; in parse_srh()