Home
last modified time | relevance | path

Searched refs:fin_off (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c454 fin->fin_off = 0;
548 if (fin->fin_off != 0)
832 if (fin->fin_off != 0)
1176 if (fin->fin_off == 0) {
1209 if (fin->fin_off != 0) {
1327 if (fin->fin_off != 0) {
1578 if (fin->fin_off == 0) {
1656 if (fin->fin_off != 0) {
1757 fin->fin_off = off;
2415 off = fin->fin_off;
[all …]
H A Dip_frag.c401 if (fin->fin_off != 0) {
426 off = fin->fin_off >> 3;
718 off = fin->fin_off >> 3;
H A Dip_log.c382 if (fin->fin_off == 0) {
600 if ((fin != NULL) && (fin->fin_off == 0)) {
H A Dip_nat6.c2637 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
2686 } else if (fin->fin_off == 0) {
2917 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
3035 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
3086 } else if (fin->fin_off == 0) {
3347 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
H A Dip_nat.c4887 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
4927 } else if (fin->fin_off == 0) {
5253 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
5378 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
5421 } else if (fin->fin_off == 0) {
5733 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
H A Dip_fil.h388 u_short fin_off; member