Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_nbt.c | 345 char *pmax; in AliasHandleUdpNbt() local 730 pmax, in AliasHandleResource() 737 pmax, in AliasHandleResource() 744 pmax, in AliasHandleResource() 751 pmax, in AliasHandleResource() 758 pmax, in AliasHandleResource() 790 char *pmax; in AliasHandleUdpNbtNS() local 833 pmax, in AliasHandleUdpNbtNS() 842 pmax, in AliasHandleUdpNbtNS() 851 pmax, in AliasHandleUdpNbtNS() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | if.c | 819 if (pmax->tsomaxbytes == 0 || (ifp->if_hw_tsomax != 0 && in if_hw_tsomax_common() 820 ifp->if_hw_tsomax < pmax->tsomaxbytes)) { in if_hw_tsomax_common() 821 pmax->tsomaxbytes = ifp->if_hw_tsomax; in if_hw_tsomax_common() 825 pmax->tsomaxsegcount = ifp->if_hw_tsomaxsegcount; in if_hw_tsomax_common() 828 ifp->if_hw_tsomaxsegsize < pmax->tsomaxsegsize)) { in if_hw_tsomax_common() 829 pmax->tsomaxsegsize = ifp->if_hw_tsomaxsegsize; in if_hw_tsomax_common() 842 if (ifp->if_hw_tsomax != pmax->tsomaxbytes) { in if_hw_tsomax_update() 843 ifp->if_hw_tsomax = pmax->tsomaxbytes; in if_hw_tsomax_update() 846 if (ifp->if_hw_tsomaxsegsize != pmax->tsomaxsegsize) { in if_hw_tsomax_update() 847 ifp->if_hw_tsomaxsegsize = pmax->tsomaxsegsize; in if_hw_tsomax_update() [all …]
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_hd.c | 243 SYSCTL_PROC(_net_inet_tcp_cc_hd, OID_AUTO, pmax,
|
| H A D | cc_chd.c | 476 SYSCTL_PROC(_net_inet_tcp_cc_chd, OID_AUTO, pmax,
|