Searched refs:nflog_tlv_t (Results 1 – 3 of 3) sorted by relevance
67 } nflog_tlv_t; typedef69 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t)178 const nflog_tlv_t *tlv; in nflog_if_print()184 tlv = (const nflog_tlv_t *) p; in nflog_if_print()
398 nflog_tlv_t *tlv; in swap_nflog_header()418 while (caplen >= sizeof(nflog_tlv_t)) { in swap_nflog_header()419 tlv = (nflog_tlv_t *) p; in swap_nflog_header()431 if (size < sizeof(nflog_tlv_t)) { in swap_nflog_header()
56 } nflog_tlv_t; typedef