Searched refs:tcp (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netinet6/
H A Din6_proto.c105 #include <netinet/tcp.h>
/freebsd-11-stable/sys/modules/
H A DMakefile382 tcp \
/freebsd-11-stable/sys/netinet/
H A Dtcp_timewait.c78 #include <netinet/tcp.h>
194 TUNABLE_INT_FETCH("net.inet.tcp.maxtcptw", &maxtcptw);
H A Dtcp_hostcache.c31 * The tcp_hostcache moves the tcp-specific cached metrics from the routing
98 #include <netinet/tcp.h>
203 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.hashsize",
211 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.bucketlimit",
216 TUNABLE_INT_FETCH("net.inet.tcp.hostcache.cachelimit",
H A Dtcp_subr.c93 #include <netinet/tcp.h>
425 * variable net.inet.tcp.tcbhashsize
433 * Callouts should be moved into struct tcp directly. They are currently
597 tcbhash_tuneable = "net.inet.tcp.tcbhashsize";
644 in_pcbinfo_init(&V_tcbinfo, "tcp", &V_tcb, hashsize, hashsize,
659 TUNABLE_INT_FETCH("net.inet.tcp.sack.enable", &V_tcp_do_sack);
688 /* Setup the tcp function block list */
771 VNET_SYSUNINIT(tcp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, tcp_destroy, NULL);
841 * Create template to be used to send tcp packets on a connection.
842 * Allocates an mbuf and fills in a skeletal tcp/i
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c50 #include <netinet/tcp.h>
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c53 #include <netinet/tcp.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Discsi_common.h1563 ISCSI_EVENT_TYPE_ASYN_MAX_RT_TIME /* iSCSI error - tcp max retransmit time (A-syn EQE) */,
1564 ISCSI_EVENT_TYPE_ASYN_MAX_RT_CNT /* iSCSI error - tcp max retransmit count (A-syn EQE) */,
1565 ISCSI_EVENT_TYPE_ASYN_MAX_KA_PROBES_CNT /* iSCSI error - tcp ka probes count (A-syn EQE) */,
1566 ISCSI_EVENT_TYPE_ASYN_FIN_WAIT2 /* iSCSI error - tcp fin wait 2 (A-syn EQE) */,
1568 ISCSI_EVENT_TYPE_TCP_CONN_ERROR /* iSCSI error - tcp error (A-syn EQE) */,
1591 ISCSI_CONN_ERROR_CONNECT_INVALID_TCP_OPTION /* TCP connection error - tcp options error(option 2 only) */,
1684 struct tcp_offload_params tcp /* iSCSI session offload params */; member in struct:iscsi_spe_conn_offload
1697 struct tcp_offload_params_opt2 tcp /* iSCSI session offload params */; member in struct:iscsi_spe_conn_offload_option2
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
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c64 #include <netinet/tcp.h>
2695 struct tcphdr *tcp; local
2707 tcp = NULL;
2764 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
2765 m = m_pullup(m, poff + (tcp->th_off << 2));
2784 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
2786 tcp->th_sum = in_pseudo(ip->ip_src.s_addr,
2853 hdrlen = poff + (tcp->th_off << 2);
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c69 #include <netinet/tcp.h>
2057 struct tcphdr *tcp, tcphdr; local
2063 tcp = &tcphdr;
2065 tcp = (struct tcphdr *)(m->m_data + offset);
2067 hdr->hdr_len = offset + (tcp->th_off << 2);
2072 if (tcp->th_flags & TH_CWR) {
2076 * the net.inet.tcp.ecn.enable sysctl knob. The default is off.
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c69 #include <netinet/tcp.h>
1343 /* sizeof(*eh) + sizeof(*ip) + sizeof(*tcp) */
1458 struct tcphdr *tcp; local
1473 /* Make sure that ether, ip, tcp headers are all in m0 */
1499 tcp = (struct tcphdr *)(ip + 1);
1509 tcp = (struct tcphdr *)(ip6 + 1);
1513 tso_info |= V_LSO_TCPHDR_WORDS(tcp->th_off);
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c60 #include <netinet/tcp.h>
823 struct tcphdr *tcp = (struct tcphdr*) ((long*)ip + ip->ip_hl); local
856 else if (m->m_len < sizeof *ip + sizeof *tcp)
860 else if (INTERACTIVE (ntohs (tcp->th_sport)))
862 else if (INTERACTIVE (ntohs (tcp->th_dport)))
H A Dflowtable.c76 #include <netinet/tcp.h>
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in58 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.in62 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in58 $(top_srcdir)/cf/check-netinet-ip-and-tcp.m4 \
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c100 #include <netinet/tcp.h>
5113 struct tcphdr *tcp; local
5134 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
5135 m = m_pullup(m, poff + (tcp->th_off << 2));
5145 ip->ip_len = htons(*mss + (ip->ip_hl << 2) + (tcp->th_off << 2));
5147 tcp = (struct tcphdr *)(mtod(m, char *) + poff);
5148 tcp->th_sum = 0;
5156 hlen = ((ip->ip_hl << 2) + (tcp->th_off << 2)) >> 2;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c53 #include <netinet/tcp.h>
1145 struct tcphdr *th = pd->hdr.tcp;
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c61 #include <netinet/tcp.h>
/freebsd-11-stable/sys/rpc/
H A Dsvc_vc.c42 * a tcp rendezvouser (a listner and connection establisher)
43 * and a record/tcp stream.
63 #include <netinet/tcp.h>
130 * Creates, registers, and returns a (rpc) tcp based transporter.
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh1440 sysctl net.inet.tcp.keepinit=2000 > /dev/null 2>&1
H A Dreflector.sh693 ipfw add $((500 + i)) count tcp from any to any \
719 *) _c=`ipfw show $((500 + i)) | awk '/ tcp / { print $2 }'` ;;
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_vc.c42 * a tcp rendezvouser (a listner and connection establisher)
43 * and a record/tcp stream.
55 #include <netinet/tcp.h>
112 * Creates, registers, and returns a (rpc) tcp based transporter.
444 * reads data from the tcp or uip connection.
507 * writes data to the tcp connection.
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c48 #include <netinet/tcp.h>
518 uflag ? "udp" : "tcp");
524 uflag ? "udp" : "tcp",
676 uflag ? "udp" : "tcp");

Completed in 662 milliseconds

1234567891011>>