Searched refs:IP_MAXPACKET (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c4991 ifp->if_hw_tsomax = IP_MAXPACKET - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
4993 ifp->if_hw_tsomaxsegsize = IP_MAXPACKET;
/freebsd-12-stable/sys/net/
H A Diflib.c4765 * The stack can't handle a TSO size larger than IP_MAXPACKET,
4769 IP_MAXPACKET));
5060 * The stack can't handle a TSO size larger than IP_MAXPACKET,
5064 IP_MAXPACKET));
H A Dif.c936 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) -
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c1786 ifp->if_hw_tsomax = IP_MAXPACKET;
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c7995 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET,
7996 ("%s: len > IP_MAXPACKET", __func__));

Completed in 312 milliseconds

12