Searched refs:sctp (Results 1 - 25 of 90) sorted by relevance

1234

/linux-master/net/sctp/
H A Dsysctl.c12 * lksctp developers <linux-sctp@vger.kernel.org>
24 #include <net/sctp/structs.h>
25 #include <net/sctp/sctp.h>
100 .data = &init_net.sctp.rto_min,
105 .extra2 = &init_net.sctp.rto_max
109 .data = &init_net.sctp.rto_max,
113 .extra1 = &init_net.sctp.rto_min,
118 .data = &init_net.sctp.pf_retrans,
123 .extra2 = &init_net.sctp
[all...]
H A DMakefile6 obj-$(CONFIG_IP_SCTP) += sctp.o
9 sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
21 sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
22 sctp-$(CONFIG_PROC_FS) += proc.o
23 sctp-$(CONFIG_SYSCTL) += sysctl.o
25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
H A Dprotocol.c16 * lksctp developers <linux-sctp@vger.kernel.org>
42 #include <net/sctp/sctp.h>
112 af->copy_addrlist(&net->sctp.local_addr_list, dev);
124 list_for_each_safe(pos, temp, &net->sctp.local_addr_list) {
140 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) {
375 * scoping <draft-stewart-tsvwg-sctp-ipv4-00.txt>.
388 * net.sctp.addr_scope_policy
632 struct net *net = from_timer(net, t, sctp.addr_wq_timer);
636 spin_lock_bh(&net->sctp
[all...]
H A Ddebug.c15 * lksctp developers <linux-sctp@vger.kernel.org>
26 #include <net/sctp/sctp.h>
H A Dprimitive.c16 * lksctp developers <linux-sctp@vger.kernel.org>
33 #include <net/sctp/sctp.h>
34 #include <net/sctp/sm.h>
H A Dobjcnt.c13 * lksctp developers <linux-sctp@vger.kernel.org>
22 #include <net/sctp/sctp.h>
102 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops);
H A Doffload.c13 #include <linux/sctp.h>
22 #include <net/sctp/sctp.h>
23 #include <net/sctp/checksum.h>
H A Dendpointola.c16 * lksctp developers <linux-sctp@vger.kernel.org>
32 #include <net/sctp/sctp.h>
33 #include <net/sctp/sm.h>
52 ep->asconf_enable = net->sctp.addip_enable;
53 ep->auth_enable = net->sctp.auth_enable;
84 ep->sndbuf_policy = net->sctp.sndbuf_policy;
91 ep->rcvbuf_policy = net->sctp.rcvbuf_policy;
107 ep->prsctp_enable = net->sctp.prsctp_enable;
108 ep->reconf_enable = net->sctp
[all...]
H A Dproc.c9 * lksctp developers <linux-sctp@vger.kernel.org>
19 #include <net/sctp/sctp.h>
58 /* Display sctp snmp mib statistics(/proc/net/sctp/snmp). */
68 net->sctp.sctp_statistics);
160 /* Display sctp endpoints (/proc/net/sctp/eps). */
240 /* Display sctp associations (/proc/net/sctp/assoc
[all...]
H A Dstream_sched_rr.c7 * These functions manipulate sctp stream queue/scheduling.
11 * lksctp developers <linux-sctp@vger.kernel.org>
18 #include <net/sctp/sctp.h>
19 #include <net/sctp/sm.h>
20 #include <net/sctp/stream_sched.h>
H A Dstream_sched_prio.c7 * These functions manipulate sctp stream queue/scheduling.
11 * lksctp developers <linux-sctp@vger.kernel.org>
18 #include <net/sctp/sctp.h>
19 #include <net/sctp/sm.h>
20 #include <net/sctp/stream_sched.h>
H A Dstream_sched_fc.c7 * These functions manipulate sctp stream queue/scheduling.
11 * lksctp developers <linux-sctp@vger.kernel.org>
18 #include <net/sctp/sctp.h>
19 #include <net/sctp/sm.h>
20 #include <net/sctp/stream_sched.h>
H A Dstream_sched.c7 * These functions manipulate sctp stream queue/scheduling.
11 * lksctp developers <linux-sctp@vger.kernel.org>
18 #include <net/sctp/sctp.h>
19 #include <net/sctp/sm.h>
20 #include <net/sctp/stream_sched.h>
H A Dtsnmap.c10 * These functions manipulate sctp tsn mapping array.
14 * lksctp developers <linux-sctp@vger.kernel.org>
26 #include <net/sctp/sctp.h>
27 #include <net/sctp/sm.h>
H A Dinqueue.c17 * lksctp developers <linux-sctp@vger.kernel.org>
26 #include <net/sctp/sctp.h>
27 #include <net/sctp/sm.h>
H A Dtransport.c17 * lksctp developers <linux-sctp@vger.kernel.org>
34 #include <net/sctp/sctp.h>
35 #include <net/sctp/sm.h>
58 peer->rto = msecs_to_jiffies(net->sctp.rto_initial);
68 peer->pathmaxrxt = net->sctp.max_retrans_path;
69 peer->pf_retrans = net->sctp.pf_retrans;
507 tp->rttvar = tp->rttvar - (tp->rttvar >> net->sctp.rto_beta)
508 + (((__u32)abs((__s64)tp->srtt - (__s64)rtt)) >> net->sctp.rto_beta);
509 tp->srtt = tp->srtt - (tp->srtt >> net->sctp
[all...]
H A Dchunk.c11 * lksctp developers <linux-sctp@vger.kernel.org>
27 #include <net/sctp/sctp.h>
28 #include <net/sctp/sm.h>
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_sctp.c17 #include <linux/sctp.h>
22 #include <net/sctp/checksum.h>
141 seq_printf(s, "%s ", sctp_conntrack_names[ct->proto.sctp.state]);
253 memset(&ct->proto.sctp, 0, sizeof(ct->proto.sctp));
281 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = ih->init_tag;
285 ct->proto.sctp.vtag[IP_CT_DIR_ORIGINAL] = sh->vtag;
291 ct->proto.sctp.vtag[IP_CT_DIR_REPLY] = sh->vtag;
294 ct->proto.sctp.state = SCTP_CONNTRACK_NONE;
378 sh->vtag != ct->proto.sctp
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h38 } sctp; member in union:nf_conntrack_man_proto
/linux-master/tools/testing/selftests/netfilter/
H A Dconntrack_sctp_collision.sh6 # 14:35:47.655279 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [INIT] [init tag: 2017837359]
7 # 14:35:48.353250 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [INIT] [init tag: 1187206187]
8 # 14:35:48.353275 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [INIT ACK] [init tag: 2017837359]
9 # 14:35:48.353283 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [COOKIE ECHO]
10 # 14:35:48.353977 IP CLIENT_IP.PORT > SERVER_IP.PORT: sctp (1) [COOKIE ACK]
11 # 14:35:48.855335 IP SERVER_IP.PORT > CLIENT_IP.PORT: sctp (1) [INIT ACK] [init tag: 164579970]
59 ip net exec $ROUTER_NS iptables -A INPUT -p sctp -j DROP
62 modprobe sctp
63 ip net exec $CLIENT_NS sysctl -wq net.sctp.association_max_retrans=3
82 # ip net exec $CLIENT_NS sysctl -wq net.sctp
[all...]
/linux-master/include/trace/events/
H A Dsctp.h3 #define TRACE_SYSTEM sctp
8 #include <net/sctp/structs.h>
/linux-master/include/net/sctp/
H A Dtsnmap.h15 * lksctp developers <linux-sctp@vger.kernel.org>
23 #include <net/sctp/constants.h>
H A Dchecksum.h12 * lksctp developers <linux-sctp@vger.kernel.org>
27 #include <linux/sctp.h>
H A Dcommand.h12 * lksctp developers <linux-sctp@vger.kernel.org>
24 #include <net/sctp/constants.h>
25 #include <net/sctp/structs.h>
/linux-master/include/net/netns/
H A Dconntrack.h89 struct nf_sctp_net sctp; member in struct:nf_ip_net

Completed in 459 milliseconds

1234