Searched refs:tcp (Results 151 - 175 of 385) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h199 bool tcp; member in struct:ecore_arfs_config_params
499 *Enable or disable rfs mode. It must accept atleast one of tcp or udp true
H A Decore_l2.c2160 p_cfg_params->tcp,
2166 "Configured Filtering: tcp = %s, udp = %s, ipv4 = %s, ipv6 =%s mode=%08x\n",
2167 p_cfg_params->tcp ? "Enable" : "Disable",
H A Decore_init_fw_funcs.h413 * @param tcp - set profile tcp packets.
422 bool tcp,
H A Decore_init_fw_funcs.c1489 bool tcp,
1499 if (!tcp && !udp)
1500 DP_NOTICE(p_hwfn, true, "gft_config: must accept at least on of - udp or tcp\n");
1523 if (!(tcp && udp)) {
1525 if (tcp)
1486 ecore_gft_config(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 pf_id, bool tcp, bool udp, bool ipv4, bool ipv6, enum gft_profile_type profile_type) argument
H A Decore_hsi_iwarp.h1032 struct tcp_init_params tcp; member in struct:iwarp_init_func_ramrod_data
1122 struct regpair async_eqe_output_buf /* host buffer for async tcp/mpa completion information - must have space for at least 8 bytes */;
1137 struct regpair async_eqe_output_buf /* host buffer for async tcp/mpa completion information - must have space for at least 8 bytes */;
1203 struct tcp_offload_params_opt2 tcp /* tcp offload params */; member in struct:iwarp_tcp_offload_ramrod_data
H A Decore_hsi_iscsi.h57 __le32 tcp[32]; member in struct:pstorm_iscsi_tcp_conn_st_ctx
62 * The combined tcp and iscsi storm context of Xstorm
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c49 #include <netinet/tcp.h>
86 static const char *default_protos[] = {"sctp", "tcp", "udp", "divert" };
585 varname = "net.inet.tcp.pcblist";
586 protoname = "tcp";
641 protoname = xtp->xt_tp.t_flags & TF_TOE ? "toe" : "tcp";
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_irc.c71 #include <netinet/tcp.h>
/freebsd-11-stable/sys/netinet/
H A Dtcp_timer.c67 #include <netinet/tcp.h>
199 &per_cpu_timers , 0, "run tcp timers on all cpus");
H A Din_proto.c80 #include <netinet/tcp.h>
327 SYSCTL_NODE(_net_inet, IPPROTO_TCP, tcp, CTLFLAG_RW, 0, "TCP");
H A Dtcp_lro.c57 #include <netinet/tcp.h>
593 /* We expect a contiguous header [eh, ip, tcp]. */
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snoop.c42 #include <netinet/tcp.h>
H A Dpcap-snit.c53 #include <netinet/tcp.h>
H A Dpcap-pf.c48 #include <netinet/tcp.h>
H A Dpcap-nit.c43 #include <netinet/tcp.h>
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile15 tcp \
64 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept
65 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-established
66 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-refused
67 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-connect
68 LINKS+= ${LIBEXECDIR}/dwatch/tcp
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dtcp.d21 * $FreeBSD: stable/11/cddl/lib/libdtrace/tcp.d 333617 2018-05-15 00:00:44Z dteske $
30 #pragma D depends_on provider tcp
137 * tcplsinfo provides the old tcp state for state changes.
/freebsd-11-stable/sys/pc98/cbus/
H A Dscterm-sck.c132 static void scterm_scan_esc(scr_stat *scp, term_stat *tcp,
134 static int mask2attr(term_stat *tcp);
307 term_stat *tcp; local
314 tcp = *softc;
318 bzero(tcp, sizeof(*tcp));
319 tcp->flags = SCTERM_BUSY;
320 tcp->esc = 0;
321 tcp->saved_xpos = -1;
322 tcp
368 scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c) argument
915 term_stat *tcp; local
1116 term_stat *tcp = scp->ts; local
1150 term_stat *tcp = scp->ts; local
1165 term_stat *tcp = scp->ts; local
1203 mask2attr(term_stat *tcp) argument
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c53 #include <netinet/tcp.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c44 #include <netinet/tcp.h>
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h38 #include <netinet/tcp.h>
/freebsd-11-stable/sys/net/
H A Dslcompress.c34 * Routines to compress and uncompess tcp packets (for transmission
49 #include <netinet/tcp.h>
370 * mask, one for the connection id and two for the tcp checksum.
398 * means a regular ip/tcp packet but with the 'conversation id' we hope
428 * data down so the ip & tcp headers will be aligned. Then back up
429 * cp by the tcp/ip header length to make room for the reconstructed
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h386 typedef int sc_term_init_t(scr_stat *scp, void **tcp, int code);
389 typedef int sc_term_term_t(scr_stat *scp, void **tcp);
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h70 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h57 #include <netinet/tcp.h>

Completed in 241 milliseconds

1234567891011>>