Lines Matching refs:hmac
418 static struct ipv6_sr_hdr *parse_srh(char *segbuf, int hmac, bool encap) in parse_srh() argument
435 if (hmac) in parse_srh()
446 if (hmac) in parse_srh()
455 if (hmac) { in parse_srh()
461 tlv->hmackeyid = htonl(hmac); in parse_srh()
477 __u32 hmac = 0; in parse_encap_seg6() local
501 get_u32(&hmac, *argv, 0); in parse_encap_seg6()
508 srh = parse_srh(segbuf, hmac, encap); in parse_encap_seg6()
541 __u32 hmac = 0; in parse_encap_seg6local() local
607 get_u32(&hmac, *argv, 0); in parse_encap_seg6local()
625 srh = parse_srh(segbuf, hmac, in parse_encap_seg6local()