/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 276 return &net->ct.nf_ct_proto.tcp; in tcp_pernet() 290 tuple->src.u.tcp.port = hp->source; in tcp_pkt_to_tuple() 291 tuple->dst.u.tcp.port = hp->dest; in tcp_pkt_to_tuple() 299 tuple->src.u.tcp.port = orig->dst.u.tcp.port; in tcp_invert_tuple() 300 tuple->dst.u.tcp.port = orig->src.u.tcp.port; in tcp_invert_tuple() 309 ntohs(tuple->src.u.tcp.port), in tcp_print_tuple() 310 ntohs(tuple->dst.u.tcp.port)); in tcp_print_tuple() 319 state = ct->proto.tcp.state; in tcp_print_conntrack() 834 old_state = ct->proto.tcp.state; in tcp_packet() 856 if (((ct->proto.tcp.seen[dir].flags in tcp_packet() [all …]
|
D | xt_osf.c | 193 const struct tcphdr *tcp; in xt_osf_match_packet() local 208 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), &_tcph); in xt_osf_match_packet() 209 if (!tcp) in xt_osf_match_packet() 212 if (!tcp->syn) in xt_osf_match_packet() 217 window = ntohs(tcp->window); in xt_osf_match_packet() 219 if (tcp->doff * 4 > sizeof(struct tcphdr)) { in xt_osf_match_packet() 220 optsize = tcp->doff * 4 - sizeof(struct tcphdr); in xt_osf_match_packet() 334 &ip->saddr, ntohs(tcp->source), in xt_osf_match_packet() 335 &ip->daddr, ntohs(tcp->dest), in xt_osf_match_packet() 348 &ip->saddr, ntohs(tcp->source), in xt_osf_match_packet() [all …]
|
D | nf_nat_amanda.c | 39 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in help() 47 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in help() 50 exp->tuple.dst.u.tcp.port = htons(port); in help()
|
D | nf_nat_irc.c | 45 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in help() 50 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in help() 53 exp->tuple.dst.u.tcp.port = htons(port); in help()
|
D | nf_nat_ftp.c | 78 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nf_nat_ftp() 86 for (port = ntohs(exp->saved_proto.tcp.port); port != 0; port++) { in nf_nat_ftp() 89 exp->tuple.dst.u.tcp.port = htons(port); in nf_nat_ftp()
|
D | nf_nat_proto_tcp.c | 58 newport = tuple->src.u.tcp.port; in tcp_manip_pkt() 62 newport = tuple->dst.u.tcp.port; in tcp_manip_pkt()
|
D | nf_conntrack_ftp.c | 166 cmd->u.tcp.port = htons((array[4] << 8) | array[5]); in try_rfc959() 268 return get_port(data, 3 + length + 1, dlen, delim, &cmd->u.tcp.port); in try_eprt() 285 return get_port(data, 3, dlen, delim, &cmd->u.tcp.port); in try_epsv_response() 530 IPPROTO_TCP, NULL, &cmd.u.tcp.port); in help() 617 ftp[i][j].tuple.src.u.tcp.port = htons(ports[i]); in nf_conntrack_ftp_init()
|
D | nf_conntrack_h323_main.c | 890 ntohs(ct->tuplehash[!dir].tuple.src.u.tcp.port)); in process_setup() 894 ct->tuplehash[!dir].tuple.src.u.tcp.port); in process_setup() 907 ntohs(ct->tuplehash[!dir].tuple.dst.u.tcp.port)); in process_setup() 911 ct->tuplehash[!dir].tuple.dst.u.tcp.port); in process_setup() 1220 .tuple.src.u.tcp.port = cpu_to_be16(Q931_PORT), 1229 .tuple.src.u.tcp.port = cpu_to_be16(Q931_PORT), 1264 tuple.src.u.tcp.port = 0; in find_expect() 1266 tuple.dst.u.tcp.port = port; in find_expect()
|
D | xt_connlimit.c | 92 return conn->proto.tcp.state == TCP_CONNTRACK_TIME_WAIT || in already_closed() 93 conn->proto.tcp.state == TCP_CONNTRACK_CLOSE; in already_closed()
|
D | nf_conntrack_sane.c | 209 sane[i][j].tuple.src.u.tcp.port = htons(ports[i]); in nf_conntrack_sane_init()
|
D | nf_conntrack_irc.c | 257 irc[i].tuple.src.u.tcp.port = htons(ports[i]); in nf_conntrack_irc_init()
|
D | nf_conntrack_core.c | 1291 if (nla_put_be16(skb, CTA_PROTO_SRC_PORT, tuple->src.u.tcp.port) || in nf_ct_port_tuple_to_nlattr() 1292 nla_put_be16(skb, CTA_PROTO_DST_PORT, tuple->dst.u.tcp.port)) in nf_ct_port_tuple_to_nlattr() 1313 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]); in nf_ct_port_nlattr_to_tuple() 1314 t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]); in nf_ct_port_nlattr_to_tuple()
|
D | xt_socket.c | 195 ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.tcp.port : in xt_socket_lookup_slow_v4()
|
D | nf_conntrack_pptp.c | 601 .tuple.src.u.tcp.port = cpu_to_be16(PPTP_CONTROL_PORT),
|
D | Kconfig | 754 iptables -A INPUT -p tcp --dport 22 -j LED --led-trigger-id ssh --led-delay 1000 925 iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN \
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 395 struct cfg80211_wowlan_tcp *tcp, in iwl_mvm_build_tcp_packet() argument 403 struct tcphdr tcp; in iwl_mvm_build_tcp_packet() member 418 memcpy(pkt->eth.h_dest, tcp->dst_mac, ETH_ALEN); in iwl_mvm_build_tcp_packet() 421 pkt->ip.saddr = tcp->src; in iwl_mvm_build_tcp_packet() 422 pkt->ip.daddr = tcp->dst; in iwl_mvm_build_tcp_packet() 423 pkt->tcp.source = cpu_to_be16(tcp->src_port); in iwl_mvm_build_tcp_packet() 424 pkt->tcp.dest = cpu_to_be16(tcp->dst_port); in iwl_mvm_build_tcp_packet() 426 pkt->tcp.doff = sizeof(struct tcphdr) / 4; in iwl_mvm_build_tcp_packet() 427 pkt->tcp.window = cpu_to_be16(65000); in iwl_mvm_build_tcp_packet() 433 memcpy(pkt->eth.h_source, tcp->dst_mac, ETH_ALEN); in iwl_mvm_build_tcp_packet() [all …]
|
D | mac80211.c | 600 mvm->wowlan.tcp = &iwl_mvm_wowlan_tcp_support; in iwl_mvm_mac_setup_register()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 291 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_t120() 299 exp->tuple.dst.u.tcp.port = htons(nated_port); in nat_t120() 324 ntohs(exp->tuple.src.u.tcp.port), in nat_t120() 326 ntohs(exp->tuple.dst.u.tcp.port)); in nat_t120() 343 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_h245() 355 exp->tuple.dst.u.tcp.port = htons(nated_port); in nat_h245() 384 ntohs(exp->tuple.src.u.tcp.port), in nat_h245() 386 ntohs(exp->tuple.dst.u.tcp.port)); in nat_h245() 435 exp->saved_proto.tcp.port = exp->tuple.dst.u.tcp.port; in nat_q931() 447 exp->tuple.dst.u.tcp.port = htons(nated_port); in nat_q931() [all …]
|
D | ipt_ECN.c | 59 tcph->ece == einfo->proto.tcp.ece) && in set_ect_tcp() 61 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp() 70 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp() 72 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
|
D | nf_conntrack_l3proto_ipv4.c | 265 tuple.src.u.tcp.port = inet->inet_sport; in getorigdst() 267 tuple.dst.u.tcp.port = inet->inet_dport; in getorigdst() 290 .tuple.dst.u.tcp.port; in getorigdst() 304 &tuple.src.u3.ip, ntohs(tuple.src.u.tcp.port), in getorigdst() 305 &tuple.dst.u3.ip, ntohs(tuple.dst.u.tcp.port)); in getorigdst()
|
D | nf_nat_pptp.c | 146 new_callid = ct->tuplehash[IP_CT_DIR_REPLY].tuple.dst.u.tcp.port; in pptp_outbound_pkt()
|
D | ipt_SYNPROXY.c | 330 state = &ct->proto.tcp; in ipv4_synproxy_hook()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 119 new_tuple.src.u.tcp.port = cp->dport; in ip_vs_update_conntrack() 124 new_tuple.dst.u.tcp.port = cp->vport; in ip_vs_update_conntrack() 165 &orig->src.u3, orig->src.u.tcp.port, in ip_vs_nfct_expect_callback() 166 &orig->dst.u3, orig->dst.u.tcp.port, &p); in ip_vs_nfct_expect_callback() 177 new_reply.dst.u.tcp.port = cp->vport; in ip_vs_nfct_expect_callback() 197 new_reply.src.u.tcp.port = cp->dport; in ip_vs_nfct_expect_callback()
|
/linux-4.1.27/tools/usb/usbip/ |
D | configure.ac | 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 69 [use tcp wrapper]) wrap_LIB="-lwrap"], 83 AC_DEFINE([HAVE_LIBWRAP], [1], [use tcp wrapper])],
|
D | README | 16 tcp wrapper library 32 $ ./configure [--with-tcp-wrappers=no] [--with-usbids-dir=<dir>]
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 17 bound (and listening, for tcp) socket, or 19 "udp", "tcp", or "rdma". 22 udp and one tcp listener at port 2049 (see nfsd_init_socks).
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 243 tuple.src.u.tcp.port = inet->inet_sport; in ipv6_getorigdst() 245 tuple.dst.u.tcp.port = inet->inet_dport; in ipv6_getorigdst() 257 &tuple.src.u3.ip6, ntohs(tuple.src.u.tcp.port), in ipv6_getorigdst() 258 &tuple.dst.u3.ip6, ntohs(tuple.dst.u.tcp.port)); in ipv6_getorigdst() 265 sin6.sin6_port = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.dst.u.tcp.port; in ipv6_getorigdst()
|
D | ip6t_SYNPROXY.c | 352 state = &ct->proto.tcp; in ipv6_synproxy_hook()
|
/linux-4.1.27/net/openvswitch/ |
D | flow.c | 529 struct tcphdr *tcp = tcp_hdr(skb); in key_extract() local 530 key->tp.src = tcp->source; in key_extract() 531 key->tp.dst = tcp->dest; in key_extract() 532 key->tp.flags = TCP_FLAGS_BE16(tcp); in key_extract() 644 struct tcphdr *tcp = tcp_hdr(skb); in key_extract() local 645 key->tp.src = tcp->source; in key_extract() 646 key->tp.dst = tcp->dest; in key_extract() 647 key->tp.flags = TCP_FLAGS_BE16(tcp); in key_extract()
|
/linux-4.1.27/Documentation/networking/ |
D | proc_net_tcp.txt | 1 This document describes the interfaces /proc/net/tcp and /proc/net/tcp6. 9 TCP connections. A typical entry of /proc/net/tcp would look like this (split
|
D | openvswitch.txt | 87 frag=no), tcp(src=49163, dst=80) 91 in_port(1), eth(...), eth_type(0x0800), ipv4(...), tcp(...) 177 eth(...), vlan(vid=10, pcp=0), eth_type(0x0800), ip(proto=6, ...), tcp(...) 193 ip(proto=6, ...), tcp(...))) 195 Notice how the "eth_type", "ip", and "tcp" flow key attributes are 217 packet would include a tcp attribute with all-zero src and dst, like 220 eth(...), eth_type(0x0800), ip(proto=6, ...), tcp(src=0, dst=0)
|
D | secid.txt | 8 the incoming packet this flow is being generated as a response to (e.g. tcp
|
D | tproxy.txt | 17 # iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT 57 # iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
|
D | tcp.txt | 64 If you remove a tcp congestion control module, then you will get the next 104 and recompute. We add any new tcp level headers and refinish the checksum
|
D | 00-INDEX | 176 - Per inode overview of the /proc/net/tcp and /proc/net/tcp6 interfaces. 207 tcp.txt 209 tcp-thin.txt
|
D | ip-sysctl.txt | 244 losses into fast recovery (draft-dukkipati-tcpm-tcp-loss-probe-01). 559 See include/net/tcp.h and the code for more details. 647 Documentation/networking/tcp-thin.txt 659 Documentation/networking/tcp-thin.txt 663 Controls TCP Small Queue limit per tcp socket.
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 29 } tcp; member
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_ecn.h | 31 } tcp; member
|
D | nf_conntrack_tuple_common.h | 19 } tcp; member
|
D | xt_osf.h | 84 struct tcphdr tcp; member
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | Makefile | 4 quorum.o tcp.o netdebug.o
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | cq_enet_desc.h | 99 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, in cq_enet_rq_desc_dec() argument 157 *tcp = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_TCP) ? 1 : 0; in cq_enet_rq_desc_dec()
|
D | fnic_fcs.c | 803 u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; in fnic_rq_cmpl_frame_recv() local 843 &tcp_udp_csum_ok, &udp, &tcp, in fnic_rq_cmpl_frame_recv()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | cq_enet_desc.h | 110 u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, in cq_enet_rq_desc_dec() argument 175 *tcp = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_TCP) ? 1 : 0; in cq_enet_rq_desc_dec()
|
D | enic_main.c | 1045 u8 tcp_udp_csum_ok, udp, tcp, ipv4_csum_ok; in enic_rq_indicate_buf() local 1062 &fcoe_eof, &tcp_udp_csum_ok, &udp, &tcp, in enic_rq_indicate_buf()
|
/linux-4.1.27/net/wireless/ |
D | core.h | 119 if (rdev->wiphy.wowlan_config->tcp && in cfg80211_rdev_free_wowlan() 120 rdev->wiphy.wowlan_config->tcp->sock) in cfg80211_rdev_free_wowlan() 121 sock_release(rdev->wiphy.wowlan_config->tcp->sock); in cfg80211_rdev_free_wowlan() 122 kfree(rdev->wiphy.wowlan_config->tcp); in cfg80211_rdev_free_wowlan()
|
D | nl80211.c | 1013 const struct wiphy_wowlan_tcp_support *tcp = rdev->wiphy.wowlan->tcp; in nl80211_send_wowlan_tcp_caps() local 1016 if (!tcp) in nl80211_send_wowlan_tcp_caps() 1024 tcp->data_payload_max)) in nl80211_send_wowlan_tcp_caps() 1028 tcp->data_payload_max)) in nl80211_send_wowlan_tcp_caps() 1031 if (tcp->seq && nla_put_flag(msg, NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ)) in nl80211_send_wowlan_tcp_caps() 1034 if (tcp->tok && nla_put(msg, NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, in nl80211_send_wowlan_tcp_caps() 1035 sizeof(*tcp->tok), tcp->tok)) in nl80211_send_wowlan_tcp_caps() 1039 tcp->data_interval_max)) in nl80211_send_wowlan_tcp_caps() 1043 tcp->wake_payload_max)) in nl80211_send_wowlan_tcp_caps() 8785 struct cfg80211_wowlan_tcp *tcp) in nl80211_send_wowlan_tcp() argument [all …]
|
D | core.c | 556 !wiphy->wowlan->tcp)) in wiphy_register()
|
/linux-4.1.27/net/rds/ |
D | Makefile | 15 rds_tcp-y := tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
|
/linux-4.1.27/include/net/netns/ |
D | conntrack.h | 57 struct nf_tcp_net tcp; member
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 7435 u8 *tcp; in rx_osm_handler() local 7439 skb->data, &tcp, in rx_osm_handler() 8254 struct tcphdr **tcp, struct RxD_t *rxdp, in check_L2_lro_capable() argument 8285 *tcp = (struct tcphdr *)((unsigned long)*ip + ip_len); in check_L2_lro_capable() 8291 struct tcphdr *tcp) in check_for_socket_match() argument 8296 (lro->tcph->source != tcp->source) || in check_for_socket_match() 8297 (lro->tcph->dest != tcp->dest)) in check_for_socket_match() 8302 static inline int get_l4_pyld_length(struct iphdr *ip, struct tcphdr *tcp) in get_l4_pyld_length() argument 8304 return ntohs(ip->tot_len) - (ip->ihl << 2) - (tcp->doff << 2); in get_l4_pyld_length() 8308 struct iphdr *ip, struct tcphdr *tcp, in initiate_new_session() argument [all …]
|
D | s2io.h | 1125 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp,
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_defs.h | 261 u32 tcp:1; /* TCP packet */ member 269 u32 tcp:1; /* TCP packet */ member
|
D | vmxnet3_drv.c | 1119 BUG_ON(!(gdesc->rcd.tcp || gdesc->rcd.udp)); in vmxnet3_rx_csum()
|
/linux-4.1.27/net/ipv4/ |
D | Makefile | 9 tcp.o tcp_input.o tcp_output.o tcp_timer.o tcp_ipv4.o \
|
D | Kconfig | 422 tristate "Large Receive Offload (ipv4/tcp)" 425 Support for Large Receive Offload (ipv4/tcp).
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 48 } tcp; member
|
D | nf_conntrack.h | 34 struct ip_ct_tcp tcp; member
|
/linux-4.1.27/arch/arm/configs/ |
D | iop13xx_defconfig | 22 CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192"
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 86 memory.kmem.tcp.limit_in_bytes # set/show hard limit for tcp buf memory 87 memory.kmem.tcp.usage_in_bytes # show current tcp buf memory allocation 88 memory.kmem.tcp.failcnt # show the number of tcp buf memory usage hits limits 89 memory.kmem.tcp.max_usage_in_bytes # show max tcp buf memory usage recorded 298 (currently only for tcp). 322 * tcp memory pressure: sockets memory pressure for the tcp protocol.
|
/linux-4.1.27/include/linux/ |
D | ipv6.h | 253 struct tcp_sock tcp; member
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 95 handling fcntl(F_SETLEASE). Convert cifs to using blocking tcp 96 sends, and also let tcp autotune the socket send and receive buffers. 130 tcp session during negotiate protocol. 315 Fix tcp socket retransmission timeouts (e.g. on ENOSPACE from the socket) 470 network failure) fix tcp session reconnect code so we do not try first 619 Connect to server when port number override not specified, and tcp port 639 Windows 98 that terminate tcp sessions during protocol negotiation. Handle 647 when server drops the tcp session prematurely before negotiate 706 Fix oops on write to dead tcp session. Remove error log write for case when file open 830 tcp port of the target server via new mount option "-port=" [all …]
|
D | README | 316 port attempt to contact the server on this tcp port, before
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | slic.h | 258 struct sliccp_stats tcp; member
|
D | slicoss.c | 1059 UPDATE_STATS_GB(stst->tcp.xmit_tcp_segs, in slic_upr_request_complete() 1063 UPDATE_STATS_GB(stst->tcp.xmit_tcp_bytes, in slic_upr_request_complete() 1067 UPDATE_STATS_GB(stst->tcp.rcv_tcp_segs, in slic_upr_request_complete() 1071 UPDATE_STATS_GB(stst->tcp.rcv_tcp_bytes, in slic_upr_request_complete()
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 27 carry other protocols such as tcp/ip. To use it, you need a device
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 258 struct tcphdr *tcp; in i40e_add_del_fdir_tcpv4() local 275 tcp = (struct tcphdr *)(raw_packet + IP_HEADER_OFFSET in i40e_add_del_fdir_tcpv4() 279 tcp->dest = fd_data->dst_port; in i40e_add_del_fdir_tcpv4() 281 tcp->source = fd_data->src_port; in i40e_add_del_fdir_tcpv4()
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 57 tcp - specifying a normal TCP/IP connection
|
D | proc.txt | 1104 tcp TCP sockets
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 2271 struct tcphdr *tcp = (struct tcphdr *) in get_4tuple() local 2276 ntohl(ip->saddr), ntohl(ip->daddr), ntohs(tcp->source), in get_4tuple() 2277 ntohs(tcp->dest)); in get_4tuple() 2283 ip6->saddr.s6_addr, ip6->daddr.s6_addr, ntohs(tcp->source), in get_4tuple() 2284 ntohs(tcp->dest)); in get_4tuple() 2289 *peer_port = tcp->source; in get_4tuple() 2290 *local_port = tcp->dest; in get_4tuple()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 1046 struct tstorm_tcp_tcp_ag_context_section tcp; member 2013 struct xstorm_tcp_tcp_ag_context_section tcp; member 2250 struct xstorm_tcp_tcp_ag_context_section tcp; member 4245 struct tstorm_tcp_st_context_section tcp; member 4475 struct xstorm_tcp_context_section tcp; member
|
D | cnic.c | 1762 ictx->tstorm_st_context.tcp.cwnd = 0x5A8; in cnic_setup_bnx2x_ctx() 1763 ictx->tstorm_st_context.tcp.flags2 |= in cnic_setup_bnx2x_ctx() 1765 ictx->tstorm_st_context.tcp.ooo_support_mode = in cnic_setup_bnx2x_ctx()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 171 and telnetd that uses X.25 sockets instead of tcp/ip sockets. You can
|
D | README.HiSax | 629 # configure tcp/ip
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 1992 struct cfg80211_wowlan_tcp *tcp; member 2933 const struct wiphy_wowlan_tcp_support *tcp; member
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 388 header-y += tcp.h
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 75 nullarbor:~ # grep -i tcp <debugfs>/dynamic_debug/control | wc -l
|
D | devices.txt | 736 36 = /dev/inet/tcp 749 /dev/tcp -> /dev/inet/tcp
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 451 uint64_t tcp:1; member 457 uint64_t tcp:1;
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1769 eth0=pcap,eth0,tcp 1771 eth1=pcap,eth0,!tcp 1775 will cause the UML eth0 to emit all tcp packets on the host eth0 and 1776 the UML eth1 to emit all non-tcp packets on the host eth0.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1146 ,Title="Subject: [RFC] Use RCU for tcp\_ehash lookup"
|
/linux-4.1.27/ |
D | MAINTAINERS | 9625 W: http://tcp-lp-mod.sourceforge.net/
|