Home
last modified time | relevance | path

Searched refs:is_tcp (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h87 #define is_tcp is_ps.is_ts macro
89 #define is_send is_tcp.ts_data[0].td_end
90 #define is_dend is_tcp.ts_data[1].td_end
91 #define is_maxswin is_tcp.ts_data[0].td_maxwin
92 #define is_maxdwin is_tcp.ts_data[1].td_maxwin
93 #define is_maxsend is_tcp.ts_data[0].td_maxend
94 #define is_maxdend is_tcp.ts_data[1].td_maxend
95 #define is_swinscale is_tcp.ts_data[0].td_winscale
96 #define is_dwinscale is_tcp.ts_data[1].td_winscale
97 #define is_swinflags is_tcp.ts_data[0].td_winflags
[all …]
H A Dip_scan.c459 t = &is->is_tcp.ts_data[0]; in ipf_scan_match()
463 t = &is->is_tcp.ts_data[1]; in ipf_scan_match()
H A Dip_sync.c353 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]); in ipf_sync_storder()
354 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]); in ipf_sync_storder()
H A Dip_state.c1568 &is->is_tcp.ts_data[0]) == -1) { in ipf_state_add()
1962 fdata = &is->is_tcp.ts_data[!source]; in ipf_state_tcp()
1963 tdata = &is->is_tcp.ts_data[source]; in ipf_state_tcp()
/freebsd/contrib/unbound/util/
H A Dwinsock_event.c373 if(eventlist[i]->is_tcp && eventlist[i]->stick_events) { in handle_select()
380 if(eventlist[i]->is_tcp && bits) { in handle_select()
412 if(eventlist[i]->is_tcp && bits) in handle_select()
502 ev->is_tcp = 0; in event_add()
527 ev->is_tcp = 1; in event_add()
549 if(ev->is_tcp && ev->stick_events && in event_add()
H A Dwinsock_event.h196 int is_tcp; member
/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c468 gve_rx_set_hashtype_dqo(struct mbuf *mbuf, struct gve_ptype *ptype, bool *is_tcp) in gve_rx_set_hashtype_dqo() argument
474 *is_tcp = true; in gve_rx_set_hashtype_dqo()
487 *is_tcp = true; in gve_rx_set_hashtype_dqo()
548 bool is_tcp = false; in gve_rx_input_mbuf_dqo() local
551 gve_rx_set_hashtype_dqo(mbuf, ptype, &is_tcp); in gve_rx_input_mbuf_dqo()
559 is_tcp && in gve_rx_input_mbuf_dqo()
H A Dgve_tx.c601 bool is_tso, has_csum_flag, is_ipv6 = false, is_tcp = false, is_udp = false; in gve_xmit() local
641 is_tcp = (ip6->ip6_nxt == IPPROTO_TCP); in gve_xmit()
647 is_tcp = (ip->ip_p == IPPROTO_TCP); in gve_xmit()
653 if (is_tcp) { in gve_xmit()
H A Dgve_rx.c579 ctx->is_tcp = desc->flags_seq & GVE_RXF_TCP; in gve_rx()
601 (ctx->is_tcp) && /* pkt is a TCP pkt */ in gve_rx()
H A Dgve.h171 bool is_tcp; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1932 bool is_tcp, is_udp; in ath10k_htt_rx_get_csum_state() local
1949 is_tcp = !!(info & RX_MSDU_START_INFO1_TCP_PROTO); in ath10k_htt_rx_get_csum_state()
1956 if (!is_tcp && !is_udp) in ath10k_htt_rx_get_csum_state()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0645 o Replace (unused,always 0) is_tcp argument to evdns_add_server_port*() with flags (e1c1167)
/freebsd/contrib/libevent/
H A DChangeLog-2.0645 o Replace (unused,always 0) is_tcp argument to evdns_add_server_port*() with flags (e1c1167)