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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_mod.h72 uint16_t maxpktsize; /* Max packet size. */ member in struct:alias_data
H A Dalias_dummy.c72 ah->maxpktsize == 0)
H A Dalias_irc.c100 if (ah->dport == NULL || ah->lnk == NULL || ah->maxpktsize == 0)
113 AliasHandleIrcOut(la, pip, ah->lnk, ah->maxpktsize);
H A Dalias_ftp.c113 ah->maxpktsize == 0)
135 AliasHandleFtpOut(la, pip, ah->lnk, ah->maxpktsize);
H A Dalias_smedia.c143 ah->maxpktsize == 0)
159 else AliasHandleRtspOut(la, pip, ah->lnk, ah->maxpktsize);
H A Dalias.c758 .maxpktsize = 0
884 .maxpktsize = 0
966 .maxpktsize = 0
992 .maxpktsize = 0
1118 .maxpktsize = maxpacketsize
1367 .maxpktsize = 0
1520 .maxpktsize = 0
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_altq.h42 u_int maxpktsize; member in struct:cbq_opts
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_altq.c518 if (opts->maxpktsize == 0) /* use default */
519 opts->maxpktsize = ifmtu;
520 else if (opts->maxpktsize > ifmtu)
523 if (opts->pktsize > opts->maxpktsize)
524 opts->pktsize = opts->maxpktsize;
564 if (nsPerByte * (double)opts->maxpktsize > (double)INT_MAX) {
571 rate2str(ifnsPerByte * (double)opts->maxpktsize /
576 nsPerByte = (double)(INT_MAX / opts->maxpktsize);
601 minidle = -((double)opts->maxpktsize * (double)nsPerByte);

Completed in 82 milliseconds