Searched refs:fib (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-10-stable/sys/netinet/
H A Dip_fw.h213 O_FIB, /* arg1=FIB desired fib number */
530 * fib is used in the kernel to record the fib in use.
538 uint8_t fib; member in struct:ipfw_flow_id
H A Din.c929 /* Look for an existing address with the same prefix, mask, and fib */
1014 int fib; local
1018 fib = target->ia_ifa.ifa_ifp->if_fib;
1019 rtalloc_ign_fib(&ia_ro, 0, fib);
/freebsd-10-stable/usr.sbin/jail/
H A Dcommand.c283 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; local
696 if (int_param(j->intparams[IP_EXEC_FIB], &fib) &&
697 setfib(fib) < 0) {
/freebsd-10-stable/sys/net/
H A Drtsock.c244 /* Check if it is a rts and the fib matches the one of the socket. */
1891 int fib = 0; local
1901 fib = req->td->td_proc->p_fibnum;
1903 fib = (name[3] == RT_ALL_FIBS) ?
1907 if (fib < 0 || fib >= rt_numfibs)
1948 rnh = rt_tables_get_rnh(fib, i);
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c715 id.fib = M_GETFIB(args->m);
821 M_SETFIB(m, id->fib);

Completed in 137 milliseconds

12