Symbol: tcp_flags
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
104
for (i = 0; tcp_flags[i].tf_name != NULL; i++) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
105
if (tcp->th_flags & tcp_flags[i].tf_flag) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
107
tcp_flags[i].tf_name);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
67
} tcp_flags[] = {
usr/src/cmd/mdb/common/modules/ip/ip.c
1015
static const mdb_bitmask_t tcp_flags[] = {
usr/src/cmd/mdb/common/modules/ip/ip.c
1191
tcph->th_sum, urp, tcph->th_flags, tcp_flags);
usr/src/uts/common/inet/ipf/ipf.h
286
extern u_char tcp_flags __P((char *, u_char *, int));
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
356
u8_t tcp_flags;
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
393
u8_t tcp_flags; // Only 8 bits relevant
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
449
u8_t tcp_flags;
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
468
u8_t tcp_flags; // Only 8 bits relevant
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
508
u8_t tcp_flags;
usr/src/uts/common/io/bnx/570x/common/include/l5_defs.h
557
u8_t tcp_flags;
usr/src/uts/common/io/bnx/570x/common/include/tcp_ctx.h
120
u8_t tcp_flags; // 0x8
usr/src/uts/common/io/bnx/570x/common/include/tcp_ctx.h
179
u8_t tcp_flags; // 0xb
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
161
parse_bd_e1x->tcp_flags = packet->l2pkt_tx_info->lso_tcp_flags; // no endianity since it is u8_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
538
parse_bd_2nd_ptr->tcp_flags = packet->l2pkt_tx_info->lso_tcp_flags; // no endianity since it is u8_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/5710_hsi.h
4102
u8_t tcp_flags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/5710_hsi.h
4172
u8_t tcp_flags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1534
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1581
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1789
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2008
if(tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_NAGLING)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2281
if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2284
if(tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2294
if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_WIN_SCALING) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2347
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2494
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2651
if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2654
if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_SACK) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3512
if ((tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) !=
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3513
(tcp_cached->tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE)) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3514
if (tcp_cached->tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3523
if ((tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_NAGLING) !=
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3524
(tcp_cached->tcp_flags & TCP_FLAG_ENABLE_NAGLING)) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3525
if (tcp_cached->tcp_flags & TCP_FLAG_ENABLE_NAGLING) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3534
if (tcp_cached->tcp_flags & TCP_FLAG_RESTART_KEEP_ALIVE) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3541
if (tcp_cached->tcp_flags & TCP_FLAG_RESTART_MAX_RT) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3548
if (tcp_cached->tcp_flags & TCP_FLAG_UPDATE_RCV_WINDOW) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3554
tcp->tcp_cached.tcp_flags = tcp_cached->tcp_flags;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
3711
tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5420
if ( (tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE)) {
usr/src/uts/common/io/bnxe/577xx/include/l4states.h
174
u16_t tcp_flags;
usr/src/uts/common/io/bnxe/577xx/include/l4states.h
194
u16_t tcp_flags;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
164
u8 tcp_flags;
usr/src/uts/common/io/sfxge/common/ef10_impl.h
694
__in uint8_t tcp_flags,
usr/src/uts/common/io/sfxge/common/ef10_tx.c
575
__in uint8_t tcp_flags,
usr/src/uts/common/io/sfxge/common/ef10_tx.c
580
uint8_t, tcp_flags);
usr/src/uts/common/io/sfxge/common/ef10_tx.c
586
ESF_DZ_TX_TSO_TCP_FLAGS, tcp_flags,
usr/src/uts/common/io/sfxge/common/efx.h
2044
__in uint8_t tcp_flags,
usr/src/uts/common/io/sfxge/common/efx_tx.c
600
__in uint8_t tcp_flags,
usr/src/uts/common/io/sfxge/common/efx_tx.c
609
etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp);