Searched refs:RO_GET_FAMILY (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/net/ |
| H A D | if_disc.c | 181 af = RO_GET_FAMILY(ro, dst); in discoutput()
|
| H A D | if_infiniband.c | 300 int af = RO_GET_FAMILY(ro, dst); in infiniband_resolve_addr() 429 return (if_simloop(ifp, m, RO_GET_FAMILY(ro, dst), 0)); in infiniband_output()
|
| H A D | route.h | 392 #define RO_GET_FAMILY(ro, dst) ((ro) != NULL && \ macro
|
| H A D | if_ethersubr.c | 236 int af = RO_GET_FAMILY(ro, dst); in ether_resolve_addr() 353 return (if_simloop(ifp, m, RO_GET_FAMILY(ro, dst), 0)); in ether_output() 400 (void)if_simloop(ifp, n, RO_GET_FAMILY(ro, dst), hlen); in ether_output()
|
| H A D | if_loop.c | 230 af = RO_GET_FAMILY(ro, dst); in looutput()
|
| H A D | if_gif.c | 390 af = RO_GET_FAMILY(ro, dst); in gif_output()
|
| H A D | if_fwsubr.c | 96 int af = RO_GET_FAMILY(ro, dst); in firewire_output()
|
| H A D | if_me.c | 545 af = RO_GET_FAMILY(ro, dst); in me_output()
|
| H A D | if_gre.c | 846 af = RO_GET_FAMILY(ro, dst);
|
| H A D | if_tuntap.c | 1547 af = RO_GET_FAMILY(ro, dst); in tunoutput()
|
| H A D | if_geneve.c | 2873 af = RO_GET_FAMILY(ro, dst); in geneve_output()
|
| /freebsd/sys/dev/iicbus/ |
| H A D | if_ic.c | 368 hdr = RO_GET_FAMILY(ro, dst); in icoutput()
|
| /freebsd/sys/netgraph/ |
| H A D | ng_iface.c | 373 af = RO_GET_FAMILY(ro, dst); in ng_iface_output()
|
| /freebsd/sys/dev/wg/ |
| H A D | if_wg.c | 2427 af = RO_GET_FAMILY(ro, dst); in wg_output()
|