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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nflog.c69 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t) macro
181 if (caplen < NFLOG_TLV_LEN)
191 if (size < NFLOG_TLV_LEN)
204 p += NFLOG_TLV_LEN;
205 h_size += NFLOG_TLV_LEN;
206 length -= NFLOG_TLV_LEN;
207 caplen -= NFLOG_TLV_LEN;

Completed in 122 milliseconds