Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c258 tid_free_locked(lwpid_t rtid) in tid_free_locked() argument
263 KASSERT(rtid >= NO_PID, in tid_free_locked()
264 ("%s: invalid tid %d\n", __func__, rtid)); in tid_free_locked()
265 tid = rtid - NO_PID; in tid_free_locked()
267 ("thread ID %d not allocated\n", rtid)); in tid_free_locked()
272 tid_free(lwpid_t rtid) in tid_free() argument
276 tid_free_locked(rtid); in tid_free()
/f-stack/tools/compat/include/net/
H A Dpfvar.h161 #define PF_MISMATCHAW(aw, x, af, neg, ifp, rtid) \ argument
164 pf_routable((x), (af), NULL, (rtid))) || \
166 pf_routable((x), (af), (ifp), (rtid))) || \
/f-stack/freebsd/net/
H A Dpfvar.h273 #define PF_MISMATCHAW(aw, x, af, neg, ifp, rtid) \ argument
276 pf_routable((x), (af), NULL, (rtid))) || \
278 pf_routable((x), (af), (ifp), (rtid))) || \
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3911 int rtid = M_GETFIB(m); in pf_create_state() local
3913 mss = pf_calc_mss(pd->src, pd->af, rtid, mss); in pf_create_state()
3914 mss = pf_calc_mss(pd->dst, pd->af, rtid, mss); in pf_create_state()