Home
last modified time | relevance | path

Searched refs:tcp_flags (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dnetflow.c343 fle->f.tcp_flags = tcp_flags; in hash_insert()
421 fle6->f.tcp_flags = tcp_flags; in hash6_insert()
662 uint8_t tcp_flags = 0; in ng_netflow_flow_add() local
705 tcp_flags = tcp->th_flags; in ng_netflow_flow_add()
742 fle->f.tcp_flags |= tcp_flags; in ng_netflow_flow_add()
751 if (tcp_flags & TH_FIN || tcp_flags & TH_RST || AGED(fle) || in ng_netflow_flow_add()
790 uint8_t tcp_flags = 0; in ng_netflow_flow6_add() local
819 tcp_flags = tcp->th_flags; in ng_netflow_flow6_add()
865 fle6->f.tcp_flags |= tcp_flags; in ng_netflow_flow6_add()
874 if (tcp_flags & TH_FIN || tcp_flags & TH_RST || AGED(fle6) || in ng_netflow_flow6_add()
[all …]
H A Dng_netflow.h262 u_char tcp_flags; /* cumulative OR */ member
280 u_char tcp_flags; /* cumulative OR */ member
H A Dnetflow_v9.c280 rec->flags = fed->tcp_flags; in export9_add()
311 rec->flags = fed6->tcp_flags; in export9_add()
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c81 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
111 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
145 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
228 flags = GET_U_1(nr->tcp_flags); in cnfp_v1_print()
330 flags = GET_U_1(nr->tcp_flags); in cnfp_v5_print()
432 flags = GET_U_1(nr->tcp_flags); in cnfp_v6_print()
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py297 tcp_flags = expect_params.get('tcp_flags')
311 if tcp_flags and tcp.flags != tcp_flags:
315 if tcp_flags == 'S':
317 elif tcp_flags == 'SA':
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d178 uint16_t tcp_flags; /* flags */ member
197 uint16_t tcp_flags; /* flags */ member
269 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);
288 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);
/freebsd/sbin/ipf/libipf/
H A Dtcp_flags.c16 u_char tcp_flags(char *flgs, u_char *mask, int linenum) in tcp_flags() function
H A DMakefile43 tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c358 fle->tcp_flags, in flow_cache_print_verbose()
401 fle6->tcp_flags, in flow_cache_print6_verbose()
/freebsd/sys/dev/sfxge/common/
H A Def10_tx.c619 __in uint8_t tcp_flags, in ef10_tx_qdesc_tso_create() argument
626 uint8_t, tcp_flags); in ef10_tx_qdesc_tso_create()
632 ESF_DZ_TX_TSO_TCP_FLAGS, tcp_flags, in ef10_tx_qdesc_tso_create()
H A Defx_tx.c628 __in uint8_t tcp_flags, in efx_tx_qdesc_tso_create() argument
637 etxop->etxo_qdesc_tso_create(etp, ipv4_id, tcp_seq, tcp_flags, edp); in efx_tx_qdesc_tso_create()
H A Def10_impl.h806 __in uint8_t tcp_flags,
H A Defx.h2748 __in uint8_t tcp_flags,
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c962 uint8_t tcp_flags; /* TCP flags */ member
1123 tso->tcp_flags = th->th_flags; in tso_start()
1126 tso->tcp_flags = TSO_MBUF_FLAGS(mbuf); in tso_start()
1246 uint8_t tcp_flags = tso->tcp_flags; in tso_start_new_packet() local
1249 tcp_flags &= ~(TH_FIN | TH_PUSH); in tso_start_new_packet()
1256 tcp_flags, in tso_start_new_packet()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iscsi_api.h117 u16 tcp_flags; member
H A Decore_iwarp.h110 u8 tcp_flags; member
H A Decore_iwarp.c763 u8 tcp_flags; in ecore_iwarp_tcp_offload() local
821 tcp_flags = p_hwfn->p_rdma_info->iwarp.tcp_flags; in ecore_iwarp_tcp_offload()
825 !!(tcp_flags & ECORE_IWARP_TS_EN)); in ecore_iwarp_tcp_offload()
829 !!(tcp_flags & ECORE_IWARP_DA_EN)); in ecore_iwarp_tcp_offload()
1436 if (p_hwfn->p_rdma_info->iwarp.tcp_flags & ECORE_IWARP_TS_EN) in ecore_iwarp_connect()
2871 if (p_hwfn->p_rdma_info->iwarp.tcp_flags & ECORE_IWARP_TS_EN) in ecore_iwarp_ll2_comp_syn_pkt()
3344 iwarp_info->tcp_flags = params->iwarp.flags; in ecore_iwarp_setup()
/freebsd/sys/net/
H A Dpflow.h95 u_int8_t tcp_flags; member
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h342 uint8_t tcp_flags; member
H A Drack.c20667 flags = rack->r_ctl.fsb.tcp_flags; in rack_fast_output()
21119 rack->r_ctl.fsb.tcp_flags = flags; in rack_setup_fast_output()
/freebsd/sys/netpfil/pf/
H A Dpflow.c642 flow1->tcp_flags = flow2->tcp_flags = 0; in copy_flow_data()
H A Dpf.c2914 u_int8_t tcp_flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, in pf_build_tcp() argument
3020 th->th_flags = tcp_flags; in pf_build_tcp()
3180 u_int8_t tcp_flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, in pf_send_tcp() argument
3186 m = pf_build_tcp(r, af, saddr, daddr, sport, dport, seq, ack, tcp_flags, in pf_send_tcp()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h7622 uint8_t tcp_flags; member
7692 uint8_t tcp_flags; member
H A Dbxe.c5065 pbd->tcp_flags = ((ntohl(((uint32_t *)th)[3]) >> 16) & 0xff); in bxe_set_pbd_lso()
5456 pbd_e1x->tcp_flags, in bxe_tx_encap()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h573 u8 tcp_flags[0x9]; member