Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDpfvar.h299 #define PF_MISMATCHAW(aw, x, af, neg, ifp, rtid) \ argument
302 pf_routable((x), (af), NULL, (rtid))) || \
304 pf_routable((x), (af), (ifp), (rtid))) || \
/NextBSD/sys/netpfil/pf/
HDpf.c3684 int rtid = M_GETFIB(m); in pf_create_state() local
3686 mss = pf_calc_mss(pd->src, pd->af, rtid, mss); in pf_create_state()
3687 mss = pf_calc_mss(pd->dst, pd->af, rtid, mss); in pf_create_state()