Searched refs:xmin (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c136 uint32_t i, last, xmin; local
140 xmin = wn[0].weight;
143 if ((wn[i].weight - last < xmin) && (wn[i].weight != last))
144 xmin = wn[i].weight - last;
147 /* xmin is the minimum unit of desired capacity */
148 if ((total % xmin) != 0)
151 if ((wn[i].weight % xmin) != 0)
155 return ((uint32_t)(total / xmin));
/freebsd-13-stable/sys/dev/fb/
H A Dsplash_pcx.c157 uint16_t xmin; member in struct:pcx_header
190 pcx_info.width = hdr->xmax - hdr->xmin + 1;
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1186 /* Parameters: xmin(I)- pointer to buffer where data packet starts */
1197 /* We assume that 'xmin' is a pointer to a buffer that is part of the chain */
1201 ipf_pullup(xmin, fin, len)
1202 mb_t *xmin;
1207 mb_t *m = xmin;
H A Dfil.c415 /* xmin(I) - minimum header size */
423 ipf_pr_short6(fin, xmin)
425 int xmin;
428 if (fin->fin_dlen < xmin)
1160 /* xmin(I) - minimum header size */
1162 /* Check if a packet is "short" as defined by xmin. The rule we are */
1169 ipf_pr_short(fin, xmin)
1171 int xmin;
1175 if (fin->fin_dlen < xmin)
1177 } else if (fin->fin_off < xmin) {
[all...]

Completed in 74 milliseconds