Home
last modified time | relevance | path

Searched refs:min_length (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_encap.c95 int min_length; member
252 ep->min_length = cfg->min_length; in encap_attach()
306 if (ep->min_length > m->m_pkthdr.len) in encap_input()
H A Dip_encap.h51 int min_length; /* minimum packet length */ member
H A Din_gif.c398 .min_length = 2 * sizeof(struct ip),
408 .min_length = sizeof(struct ip) +
419 .min_length = sizeof(struct ip) +
H A Dip_gre.c562 .min_length = sizeof(struct greip) + sizeof(struct ip),
H A Dip_mroute.c249 .min_length = sizeof(struct ip) + PIM_MINLEN,
/f-stack/freebsd/netinet6/
H A Din6_gif.c423 .min_length = sizeof(struct ip6_hdr) +
434 .min_length = 2 * sizeof(struct ip6_hdr),
443 .min_length = sizeof(struct ip6_hdr) +
H A Dip6_gre.c557 .min_length = sizeof(struct greip6) +
H A Dip6_mroute.c146 .min_length = sizeof(struct ip6_hdr) + PIM_MINLEN,
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c27 ssize_t min_length; member
194 offsetof(ngx_http_gzip_conf_t, min_length),
256 && r->headers_out.content_length_n < conf->min_length) in ngx_http_gzip_header_filter()
1177 conf->min_length = NGX_CONF_UNSET; in ngx_http_gzip_create_conf()
1201 ngx_conf_merge_value(conf->min_length, prev->min_length, 20); in ngx_http_gzip_merge_conf()
/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c687 .min_length = sizeof(struct ip),
730 .min_length = sizeof(struct ip6_hdr),
/f-stack/freebsd/net/
H A Dif_stf.c177 .min_length = sizeof(struct ip),
H A Dif_me.c652 .min_length = sizeof(struct ip) + sizeof(struct mobhdr) -