Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/netflow/
HDnetflow.c323 int plen, uint8_t flags, uint16_t tcp_flags) in hash_insert() argument
343 fle->f.tcp_flags = tcp_flags; in hash_insert()
400 int plen, uint8_t flags, uint16_t tcp_flags) in hash6_insert() argument
421 fle6->f.tcp_flags = tcp_flags; in hash6_insert()
662 uint16_t tcp_flags = 0; in ng_netflow_flow_add() local
705 tcp_flags = tcp_get_flags(tcp); 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()
769 error = hash_insert(priv, hsh, &r, plen, flags, tcp_flags); in ng_netflow_flow_add()
790 uint16_t tcp_flags = 0; in ng_netflow_flow6_add() local
[all …]
HDng_netflow.h262 uint16_t tcp_flags; /* cumulative OR */ member
280 uint16_t tcp_flags; /* cumulative OR */ member
HDnetflow_v9.c280 rec->flags = fed->tcp_flags; in export9_add()
311 rec->flags = fed6->tcp_flags; in export9_add()
/freebsd-head/contrib/tcpdump/
HDprint-cnfp.c79 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
109 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
143 nd_uint8_t tcp_flags; /* cumulative OR of TCP flags */ member
226 flags = GET_U_1(nr->tcp_flags); in cnfp_v1_print()
328 flags = GET_U_1(nr->tcp_flags); in cnfp_v5_print()
430 flags = GET_U_1(nr->tcp_flags); in cnfp_v6_print()
/freebsd-head/cddl/lib/libdtrace/
HDtcp.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-head/sbin/ipf/libipf/
HDtcp_flags.c16 uint16_t tcp_flags(char *flgs, uint16_t *mask, int linenum) in tcp_flags() function
HDMakefile42 tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
/freebsd-head/tests/sys/netpfil/common/
HDpft_ping.py346 tcp_flags = expect_params.get('tcp_flags')
360 if tcp_flags and tcp.flags != tcp_flags:
364 if tcp_flags == 'S':
366 elif tcp_flags == 'SA':
/freebsd-head/usr.sbin/flowctl/
HDflowctl.c358 fle->tcp_flags, in flow_cache_print_verbose()
401 fle6->tcp_flags, in flow_cache_print6_verbose()
/freebsd-head/sys/dev/sfxge/common/
HDef10_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()
HDefx_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()
HDef10_impl.h806 __in uint8_t tcp_flags,
HDefx.h2748 __in uint8_t tcp_flags,
/freebsd-head/sys/dev/sfxge/
HDsfxge_tx.c962 uint8_t tcp_flags; /* TCP flags */ member
1123 tso->tcp_flags = tcp_get_flags(th); 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-head/sys/dev/qlnx/qlnxe/
HDecore_iscsi_api.h117 u16 tcp_flags; member
HDecore_iwarp.h110 u8 tcp_flags; member
HDecore_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-head/sys/net/
HDpflow.h95 u_int8_t tcp_flags; member
/freebsd-head/sys/netinet/tcp_stacks/
HDtcp_rack.h341 uint8_t tcp_flags; member
HDrack.c19101 flags = rack->r_ctl.fsb.tcp_flags; in rack_fast_output()
19548 rack->r_ctl.fsb.tcp_flags = flags; in rack_setup_fast_output()
/freebsd-head/sys/netpfil/pf/
HDpflow.c656 flow1->tcp_flags = flow2->tcp_flags = 0; in copy_flow_data()
HDpf.c3992 u_int8_t tcp_flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, in pf_build_tcp() argument
4115 tcp_set_flags(th, tcp_flags); in pf_build_tcp()
4249 u_int8_t tcp_flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, in pf_send_tcp() argument
4255 m = pf_build_tcp(r, af, saddr, daddr, sport, dport, seq, ack, tcp_flags, in pf_send_tcp()
/freebsd-head/sys/dev/bxe/
HDecore_hsi.h7622 uint8_t tcp_flags; member
7692 uint8_t tcp_flags; member
HDbxe.c5056 pbd->tcp_flags = ((ntohl(((uint32_t *)th)[3]) >> 16) & 0xff); in bxe_set_pbd_lso()
5447 pbd_e1x->tcp_flags, in bxe_tx_encap()
/freebsd-head/sys/dev/mlx5/
HDmlx5_ifc.h605 u8 tcp_flags[0x9]; member