Searched refs:hmac_offset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.c498 int hmac_offset; local
521 hmac_offset = flow_divert_packet_find_tlv(packet, 0, FLOW_DIVERT_TLV_HMAC, &error, 0);
522 if (hmac_offset < 0) {
526 error = flow_divert_packet_get_tlv(packet, hmac_offset, FLOW_DIVERT_TLV_HMAC, sizeof(packet_hmac), packet_hmac, NULL);
532 error = mbuf_split(packet, hmac_offset, MBUF_WAITOK, &tail);

Completed in 104 milliseconds