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

/freebsd-13-stable/share/dtrace/
H A Dipfw.d202 uint32_t cached_id;
215 cached_id = r->cached_id;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h278 uint32_t cached_id; /* used by jump_fast */ member in struct:ip_fw
H A Dip_fw2.c1233 * cached_id and cached_pos fields in ipfw rule.
1242 * whose version is written in f->cached_id
1245 if (num != IP_FW_TARG && f->cached_id == chain->id)
1258 f->cached_id = chain->id;

Completed in 145 milliseconds