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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nflog.c71 #define NFLOG_TLV_LEN sizeof(nflog_tlv_t) macro
173 if (caplen < NFLOG_TLV_LEN)
183 if (size < NFLOG_TLV_LEN)
196 p += NFLOG_TLV_LEN;
197 h_size += NFLOG_TLV_LEN;
198 length -= NFLOG_TLV_LEN;
199 caplen -= NFLOG_TLV_LEN;

Completed in 64 milliseconds