Home
last modified time | relevance | path

Searched refs:maxpktsize (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
HDpfctl_altq.c517 if (opts->maxpktsize == 0) /* use default */
518 opts->maxpktsize = ifmtu;
519 else if (opts->maxpktsize > ifmtu)
522 if (opts->pktsize > opts->maxpktsize)
523 opts->pktsize = opts->maxpktsize;
563 if (nsPerByte * (double)opts->maxpktsize > (double)INT_MAX) {
570 rate2str(ifnsPerByte * (double)opts->maxpktsize /
575 nsPerByte = (double)(INT_MAX / opts->maxpktsize);
600 minidle = -((double)opts->maxpktsize * (double)nsPerByte);
/freebsd-13-stable/sys/netinet/libalias/
HDalias_dummy.c70 ah->maxpktsize == 0) in fingerprint()
HDalias_mod.h70 uint16_t maxpktsize; /* Max packet size. */ member
HDalias_irc.c98 if (ah->dport == NULL || ah->lnk == NULL || ah->maxpktsize == 0) in fingerprint()
111 AliasHandleIrcOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
HDalias.c773 .maxpktsize = 0 in UdpAliasIn()
894 .maxpktsize = 0 in UdpAliasOut()
976 .maxpktsize = 0 in TcpAliasIn()
1002 .maxpktsize = 0 in TcpAliasIn()
1128 .maxpktsize = maxpacketsize in TcpAliasOut()
1382 .maxpktsize = 0 in LibAliasInLocked()
1536 .maxpktsize = 0 in LibAliasOutLocked()
HDalias_smedia.c141 ah->maxpktsize == 0) in fingerprint()
157 else AliasHandleRtspOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
HDalias_ftp.c111 ah->maxpktsize == 0) in fingerprint_out()
133 AliasHandleFtpOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler_out()
/freebsd-13-stable/sys/netpfil/pf/
HDpf_altq.h41 u_int maxpktsize; member