Home
last modified time | relevance | path

Searched refs:nat_seq_chk (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h229 uint32_t nat_seq_chk; /* sequence value to use for NAT check*/ member
H A Dt4_filter.c787 fwr->natseqcheck = htobe32(f->fs.nat_seq_chk); in set_tcamfilter()
1543 V_RX_FC_DISABLE(f->fs.nat_seq_chk ? 1 : 0) | F_T5_OPT_2_VALID | in mk_act_open_req6()
1587 V_RX_FC_DISABLE(f->fs.nat_seq_chk ? 1 : 0) | F_T5_OPT_2_VALID | in mk_act_open_req()
1995 if (f->fs.nat_seq_chk) { in configure_hashfilter_tcb()
1998 V_TCB_RCV_NXT(f->fs.nat_seq_chk), 1); in configure_hashfilter_tcb()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c1277 t.fs.nat_seq_chk = val; in set_filter()
1347 if (!t.fs.nat_mode && (t.fs.nat_seq_chk || t.fs.nat_flag_chk || in set_filter()