Home
last modified time | relevance | path

Searched refs:NFNL_F_SEQTRACK_ENABLED (Results 1 – 1 of 1) sorted by relevance

/external/libnfnetlink/src/
Dlibnfnetlink.c83 #define NFNL_F_SEQTRACK_ENABLED (1 << 0) macro
218 nfnlh->flags |= NFNL_F_SEQTRACK_ENABLED; in nfnl_open()
235 h->flags |= NFNL_F_SEQTRACK_ENABLED; in nfnl_set_sequence_tracking()
244 h->flags &= ~NFNL_F_SEQTRACK_ENABLED; in nfnl_unset_sequence_tracking()
453 if (ssh->nfnlh->flags & NFNL_F_SEQTRACK_ENABLED) { in nfnl_fill_hdr()