Home
last modified time | relevance | path

Searched refs:if_getvnet (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_addr.h55 #define dev_net(d) if_getvnet(d)
/freebsd/sys/dev/netmap/
H A Dnetmap_legacy.c423 so.so_vnet = if_getvnet(ifp); in netmap_ioctl_legacy()
H A Dnetmap_freebsd.c438 CURVNET_SET(if_getvnet(ifp)); in nm_os_generic_xmit_frame()
/freebsd/sys/dev/wg/
H A Dif_wg.c1310 if_getvnet(sc->sc_ifp)); in wg_handshake()
1344 if_getvnet(sc->sc_ifp)); in wg_handshake()
1745 CURVNET_SET(if_getvnet(ifp)); in wg_deliver_in()
2278 CURVNET_SET(if_getvnet(ifp)); in wg_if_input()
2976 CURVNET_SET(if_getvnet(sc->sc_ifp)); in wg_clone_destroy()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c471 CURVNET_SET_QUIET(if_getvnet(ndev)); in cma_igmp_send()
1409 if (validate_ipv4_net_dev_addr(if_getvnet(net_dev), saddr, daddr)) in validate_ipv4_net_dev()
1412 dst_dev = ip_ifp_find(if_getvnet(net_dev), daddr); in validate_ipv4_net_dev()
1426 CURVNET_SET(if_getvnet(net_dev)); in validate_ipv4_net_dev()
1450 dst_dev = ip6_ifp_find(if_getvnet(net_dev), dst_tmp.sin6_addr, in validate_ipv6_net_dev()
1459 CURVNET_SET(if_getvnet(net_dev)); in validate_ipv6_net_dev()
2788 route->path_rec->net = if_getvnet(ndev); in cma_resolve_iboe_route()
/freebsd/sys/dev/usb/net/
H A Dif_umb.c860 CURVNET_SET_QUIET(if_getvnet(ifp)); in umb_input()
1081 CURVNET_SET_QUIET(if_getvnet(ifp)); in umb_state_task()
1759 CURVNET_SET_QUIET(if_getvnet(ifp)); in umb_add_inet_config()
1962 CURVNET_SET_QUIET(if_getvnet(ifp)); in umb_rxflush()
/freebsd/sys/net/
H A Dif_var.h647 struct vnet *if_getvnet(const if_t ifp);
H A Diflib.c2896 CURVNET_SET(if_getvnet(lc->ifp)); in iflib_get_ip_forwarding()
2986 CURVNET_SET_QUIET(if_getvnet(ifp)); in iflib_rxeof()
H A Dif.c5109 if_getvnet(if_t ifp) in if_getvnet() function
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c552 CURVNET_SET_QUIET(if_getvnet(rq->ifp)); in mlx5e_poll_rx_cq()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c226 CURVNET_SET(if_getvnet(ifp)); in ipoib_propagate_ifnet_mtu()
H A Dipoib_cm.c1273 CURVNET_SET_QUIET(if_getvnet(priv->dev)); in ipoib_cm_mb_reap()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c581 irdma_fill_ah_info(if_getvnet(iwdev->netdev), ah_info, &sgid_attr, &sgid_addr, &dgid_addr, in irdma_create_ah()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1426 if (lctx->vnet != if_getvnet(ifp)) in do_pass_accept_req()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1042 CURVNET_SET(if_getvnet(sc->xn_ifp)); in netfront_backend_changed()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2284 if (if_getvnet(dev) != &init_net) in mlx4_ib_netdev_event()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2079 CURVNET_SET(if_getvnet(ifp)); in vtnet_rxq_eof()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c1990 CURVNET_SET_QUIET(if_getvnet(ifp)); in eth_rx()