Home
last modified time | relevance | path

Searched refs:TCP_LRO_ENTRIES (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.h39 #ifndef TCP_LRO_ENTRIES
41 #define TCP_LRO_ENTRIES 8 macro
H A Dtcp_lro.c104 static unsigned tcp_lro_entries = TCP_LRO_ENTRIES;
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c4282 if (sc->vtnet_lro_entry_count < TCP_LRO_ENTRIES) in vtnet_load_tunables()
4283 sc->vtnet_lro_entry_count = TCP_LRO_ENTRIES; in vtnet_load_tunables()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c4964 if (lroent_cnt < TCP_LRO_ENTRIES) in hn_create_rx_data()
4965 lroent_cnt = TCP_LRO_ENTRIES; in hn_create_rx_data()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1250 err = -tcp_lro_init_args(&rq->lro, priv->ifp, TCP_LRO_ENTRIES, wq_sz); in mlx5e_create_rq()
/freebsd/sys/net/
H A Diflib.c6094 TCP_LRO_ENTRIES, min(1024, in iflib_rx_structures_setup()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c192 static int lro_entries = TCP_LRO_ENTRIES;