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

12

/freebsd-13-stable/sys/netinet/
H A Dudp_usrreq.c1167 if (len + sizeof(struct udpiphdr) > IP_MAXPACKET) {
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c4921 ifp->if_hw_tsomax = IP_MAXPACKET - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
4923 ifp->if_hw_tsomaxsegsize = IP_MAXPACKET;
/freebsd-13-stable/sys/net/
H A Diflib.c4808 * The stack can't handle a TSO size larger than IP_MAXPACKET,
4812 IP_MAXPACKET));
5091 * The stack can't handle a TSO size larger than IP_MAXPACKET,
5095 IP_MAXPACKET));
H A Dif.c952 ifp->if_hw_tsomax = min(IP_MAXPACKET, (32 * MCLBYTES) -
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c290 static int vtnet_tso_maxlen = IP_MAXPACKET;
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c1862 ifp->if_hw_tsomax = IP_MAXPACKET;
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dbbr.c13133 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET,
13134 ("%s: len > IP_MAXPACKET", __func__));
H A Drack.c17496 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET,
17497 ("%s: len > IP_MAXPACKET", __func__));

Completed in 375 milliseconds

12