Searched refs:maxpktsize (Results 1 – 8 of 8) sorted by relevance
509 if (opts->maxpktsize == 0) /* use default */ in eval_pfqueue_cbq()510 opts->maxpktsize = ifmtu; in eval_pfqueue_cbq()511 else if (opts->maxpktsize > ifmtu) in eval_pfqueue_cbq()514 if (opts->pktsize > opts->maxpktsize) in eval_pfqueue_cbq()515 opts->pktsize = opts->maxpktsize; in eval_pfqueue_cbq()555 if (nsPerByte * (double)opts->maxpktsize > (double)INT_MAX) { in cbq_compute_idletime()562 rate2str(ifnsPerByte * (double)opts->maxpktsize / in cbq_compute_idletime()567 nsPerByte = (double)(INT_MAX / opts->maxpktsize); in cbq_compute_idletime()592 minidle = -((double)opts->maxpktsize * (double)nsPerByte); in cbq_compute_idletime()
70 ah->maxpktsize == 0) in fingerprint()
98 if (ah->dport == NULL || ah->lnk == NULL || ah->maxpktsize == 0) in fingerprint()111 AliasHandleIrcOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
70 uint16_t maxpktsize; /* Max packet size. */ member
773 .maxpktsize = 0 in UdpAliasIn()893 .maxpktsize = 0 in UdpAliasOut()975 .maxpktsize = 0 in TcpAliasIn()1001 .maxpktsize = 0 in TcpAliasIn()1127 .maxpktsize = maxpacketsize in TcpAliasOut()1381 .maxpktsize = 0 in LibAliasInLocked()1535 .maxpktsize = 0 in LibAliasOutLocked()
141 ah->maxpktsize == 0) in fingerprint()157 else AliasHandleRtspOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler()
111 ah->maxpktsize == 0) in fingerprint_out()133 AliasHandleFtpOut(la, pip, ah->lnk, ah->maxpktsize); in protohandler_out()
41 u_int maxpktsize; member