Home
last modified time | relevance | path

Searched refs:if_getcapenable2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Duipc_ktls.c1070 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS6)) == 0) { in ktls_alloc_rcv_tag()
1075 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_RXTLS4)) == 0) { in ktls_alloc_rcv_tag()
1712 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS6) == 0) in ktls_reset_receive_tag()
1715 if ((if_getcapenable2(ifp) & IFCAP2_RXTLS4) == 0) in ktls_reset_receive_tag()
/freebsd/sys/net/
H A Dif_var.h583 int if_getcapenable2(const if_t ifp);
H A Dif.c4295 if_getcapenable2(const if_t ifp) in if_getcapenable2() function
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3602 drv_ioctl_data->reqcap2 = if_getcapenable2(ifp); in mlx5e_ioctl()
3742 mask = drv_ioctl_data->reqcap2 ^ if_getcapenable2(ifp); in mlx5e_ioctl()
3749 bool was_enabled = (if_getcapenable2(ifp) & in mlx5e_ioctl()
4749 if ((if_getcapenable2(ifp) & IFCAP2_BIT(IFCAP2_IPSEC_OFFLOAD)) != 0) { in mlx5e_create_ifp()
/freebsd/sys/netlink/route/
H A Diface.c269 all_caps[1] = (uint32_t)if_getcapenable2(ifp); in dump_iface_caps()