Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_lro.h39 #ifndef TCP_LRO_ENTRIES
41 #define TCP_LRO_ENTRIES 8 macro
HDtcp_lro.c104 static unsigned tcp_lro_entries = TCP_LRO_ENTRIES;
/freebsd-14-stable/sys/dev/virtio/network/
HDif_vtnet.c4291 if (sc->vtnet_lro_entry_count < TCP_LRO_ENTRIES) in vtnet_load_tunables()
4292 sc->vtnet_lro_entry_count = TCP_LRO_ENTRIES; in vtnet_load_tunables()
/freebsd-14-stable/sys/dev/hyperv/netvsc/
HDif_hn.c4962 if (lroent_cnt < TCP_LRO_ENTRIES) in hn_create_rx_data()
4963 lroent_cnt = TCP_LRO_ENTRIES; in hn_create_rx_data()
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c1235 err = -tcp_lro_init_args(&rq->lro, priv->ifp, TCP_LRO_ENTRIES, wq_sz); in mlx5e_create_rq()
/freebsd-14-stable/sys/net/
HDiflib.c6112 TCP_LRO_ENTRIES, min(1024, in iflib_rx_structures_setup()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c192 static int lro_entries = TCP_LRO_ENTRIES;