Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_frag.c315 if (fin->fin_off != 0)
367 off = fin->fin_off >> 3;
540 off = fin->fin_off >> 3;
H A Dfil.c384 fin->fin_off = 0;
466 if (fin->fin_off != 0) /* Not the first frag */
650 fin->fin_off = ntohs(frag->ip6f_offlg & IP6F_OFF_MASK);
651 if (fin->fin_off != 0)
919 if (fin->fin_off == 0) {
922 } else if (fin->fin_off < xmin) {
949 if (fin->fin_off != 0) {
1043 if (fin->fin_off != 0)
1181 if (!fin->fin_off && (fin->fin_dlen > 3)) {
1249 if ((fin->fin_off == 0) && (frpr_pullup(fin, 8) == -1))
[all …]
H A Dip_log.c268 if (fin->fin_off == 0) {
446 if ((fin != NULL) && (fin->fin_off == 0)) {
H A Dip_nat6.c2055 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
2231 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
2336 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
2545 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
H A Dip_nat.c3898 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
3947 if ((fin->fin_off != 0) && (fin->fin_flx & FI_TCPUDP))
4119 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
4221 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
4273 if ((fin->fin_off != 0) && (fin->fin_flx & FI_TCPUDP))
4455 if (!(fin->fin_flx & FI_SHORT) && (fin->fin_off == 0)) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h384 u_short fin_off; member