Searched refs:ipf_pullup (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil.c796 ipf_pullup(m, fin, plen) function
805 * Fake ipf_pullup failing
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c573 * Some of the above functions, like ipf_pr_esp6(), can call ipf_pullup
575 * expects us to return if there is a problem with ipf_pullup.
1108 /* to ipf_pullup to ensure there is the required amount of data, */
1133 if (ipf_pullup(fin->fin_m, fin, plen) == NULL) {
1142 * Fake ipf_pullup failing
6914 if (ipf_pullup(fin->fin_m, fin, fin->fin_plen) == NULL) {
H A Dip_fil.h1697 extern void *ipf_pullup(mb_t *, fr_info_t *, int);
H A Dip_fil_freebsd.c1186 /* Function: ipf_pullup */
1203 ipf_pullup(xmin, fin, len) function

Completed in 137 milliseconds