Searched refs:fin_off (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c394 if (fin->fin_off != 0) {
418 off = fin->fin_off >> 3;
707 off = fin->fin_off >> 3;
H A Dfil.c490 fin->fin_off = 0;
580 * (where fin_off != 0) are those where the non-first
584 if (fin->fin_off != 0)
628 if ((go != 0) && (fin->fin_flx & FI_FRAG) && (fin->fin_off == 0)) {
861 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
862 if (fin->fin_off != 0)
868 if ((fin->fin_off << 3) + fin->fin_dlen > 65535)
1057 if ((fin->fin_off == 0) && (ipf_pr_pullup(fin, 8) == -1)) {
1202 if (fin->fin_off == 0) {
1205 } else if (fin->fin_off < xmi
[all...]
H A Dip_log.c408 if (fin->fin_off == 0) {
626 if ((fin != NULL) && (fin->fin_off == 0)) {
H A Dip_nat6.c2643 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
2692 } else if (fin->fin_off == 0) {
2923 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
3041 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
3092 } else if (fin->fin_off == 0) {
3353 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
H A Dip_nat.c4901 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
4941 } else if (fin->fin_off == 0) {
5259 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
5384 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
5427 } else if (fin->fin_off == 0) {
5734 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
H A Dip_fil.h448 u_short fin_off; member in struct:fr_info
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c336 u_short fin_off; member in struct:fr_info_4_1_32
376 u_short fin_off; member in struct:fr_info_4_1_24
417 u_short fin_off; member in struct:fr_info_4_1_23
457 u_short fin_off; member in struct:fr_info_4_1_11
2669 fin->fin_off = old->fin_off;
2710 fin->fin_off = old->fin_off;
2751 fin->fin_off = old->fin_off;
[all...]

Completed in 109 milliseconds