Searched refs:SR6_TLV_HMAC (Results 1 – 7 of 7) sorted by relevance
161 } 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()
158 } 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()
45 #define SR6_TLV_HMAC 5 macro
98 if (tlv->tlvhdr.type != SR6_TLV_HMAC || tlv->tlvhdr.len != 38) in seg6_get_tlv_hmac()