Home
last modified time | relevance | path

Searched refs:sctp (Results 1 – 25 of 30) sorted by relevance

12

/linux/net/sctp/
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 Dtransport.c58 peer->rto = msecs_to_jiffies(net->sctp.rto_initial); in sctp_transport_init()
68 peer->pathmaxrxt = net->sctp.max_retrans_path; in sctp_transport_init()
69 peer->pf_retrans = net->sctp.pf_retrans; in sctp_transport_init()
501 rto_beta = READ_ONCE(net->sctp.rto_beta); in sctp_transport_update_rto()
505 rto_alpha = READ_ONCE(net->sctp.rto_alpha); in sctp_transport_update_rto()
H A Dobjcnt.c102 net->sctp.proc_net_sctp, &sctp_objcnt_seq_ops); in sctp_dbg_objcnt_init()
H A Dipv6.c14 * lksctp developers <linux-sctp@vger.kernel.org>
57 #include <net/sctp/sctp.h>
92 spin_lock_bh(&net->sctp.local_addr_lock); in sctp_inet6addr_event()
93 list_add_tail_rcu(&addr->list, &net->sctp.local_addr_list); in sctp_inet6addr_event()
95 spin_unlock_bh(&net->sctp.local_addr_lock); in sctp_inet6addr_event()
99 spin_lock_bh(&net->sctp.local_addr_lock); in sctp_inet6addr_event()
101 &net->sctp.local_addr_list, list) { in sctp_inet6addr_event()
113 spin_unlock_bh(&net->sctp.local_addr_lock); in sctp_inet6addr_event()
H A Dinput.c861 ep = sctp_sk(net->sctp.ctl_sock)->ep; in __sctp_rcv_lookup_endpoint()
989 l3mdev_accept = !!READ_ONCE(net->sctp.l3mdev_accept); in sctp_sk_bound_dev_eq()
1270 if (have_auth || net->sctp.addip_noauth) in __sctp_rcv_walk_lookup()
H A Dbind_addr.c524 switch (net->sctp.scope_policy) { in sctp_in_scope()
H A Dsm_statefuns.c354 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1B_init()
653 if (!net->sctp.auth_enable || !asoc->peer.auth_capable) in sctp_auth_chunk_verify()
722 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1D_ce()
1352 ep = sctp_sk(net->sctp.ctl_sock)->ep; in sctp_sf_send_restart_abort()
1822 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) in sctp_sf_do_5_2_3_initack()
3903 (!net->sctp.addip_noauth && !chunk->auth)) in sctp_sf_do_asconf()
4046 (!net->sctp.addip_noauth && !asconf_ack->auth)) in sctp_sf_do_asconf_ack()
6438 sctp_sk(net->sctp.ctl_sock)); in sctp_ootb_pkt_new()
/linux/Documentation/translations/zh_CN/security/
H A DSCTP.rst35 @asoc - 指向sctp关联结构的指针。
95 /proc/sys/net/sctp/addip_enable
96 /proc/sys/net/sctp/addip_noauth_enable
113 @asoc - 指向当前sctp关联结构的指针。
123 @asoc - 指向sctp关联结构的指针。
198 @asoc - 指向sctp关联结构的指针。
209sctp的 ``@asoc sid`` 设置为套接字的sid(来自 ``asoc->base.sk``)
252 @asoc - 指向当前sctp关联结构的指针。
261 @asoc - 指向sctp关联结构的指针。
280 portcon sctp 1024-1036 system_u:object_r:sctp_ports_t:s0
/linux/Documentation/security/
H A DSCTP.rst30 @asoc - pointer to sctp association structure.
98 /proc/sys/net/sctp/addip_enable
99 /proc/sys/net/sctp/addip_noauth_enable
117 @asoc - pointer to current sctp association structure.
127 @asoc - pointer to sctp association structure.
208 @asoc - pointer to sctp association structure.
219 Set the sctp ``@asoc sid`` to socket's sid (from ``asoc->base.sk``) with
267 @asoc - pointer to current sctp association structure.
277 @asoc - pointer to sctp association structure.
299 portcon sctp 1024-1036 system_u:object_r:sctp_ports_t:s0
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_sctp_collision.sh59 ip net exec "$ROUTER_NS" iptables -A INPUT -p sctp -j DROP
62 modprobe -q sctp
63 ip net exec "$CLIENT_NS" sysctl -wq net.sctp.association_max_retrans=3
H A Dnft_queue.sh32 modprobe -q sctp
449 sctp dport 12345 queue num 10
469 wait_and_check_retval "$rpid" "sctp and nfqueue in forward chain" "$tthen"
472 check_output_files "$TMPINPUT" "$TMPFILE1" "sctp forward"
481 sctp dport 12345 queue num 11
505 wait_and_check_retval "$rpid" "sctp and nfqueue in output chain with GSO" "$tthen"
508 check_output_files "$TMPINPUT" "$TMPFILE1" "sctp output"
/linux/tools/testing/selftests/net/
H A Dsctp_vrf.sh19 modprobe sctp
134 ip netns exec $SERVER_NS sysctl -wq net.sctp.l3mdev_accept=1
143 ip netns exec $SERVER_NS sysctl -wq net.sctp.l3mdev_accept=0
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_tuple_common.h38 } sctp; member
/linux/include/net/netns/
H A Dconntrack.h76 struct nf_sctp_net sctp; member
/linux/include/net/sctp/
H A Dsctp.h14 * lksctp developers <linux-sctp@vger.kernel.org>
61 #include <net/sctp/structs.h>
62 #include <net/sctp/constants.h>
75 * sctp/protocol.c
86 * sctp/socket.c
119 * sctp/primitive.c
131 * sctp/input.c
165 * sctp/proc.c
170 * sctp/offload.c
175 * sctp/stream_sche
[all...]
/linux/include/trace/events/
H A Dsctp.h3 #define TRACE_SYSTEM sctp
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst127 * sctp
/linux/Documentation/networking/
H A Dsctp.rst42 <linux-sctp@vger.kernel.org>
/linux/include/net/netfilter/
H A Dnf_conntrack_tuple.h61 } sctp; member
H A Dnf_conntrack_l4proto.h223 return &net->ct.nf_ct_proto.sctp; in nf_sctp_pernet()
H A Dnf_conntrack.h33 struct ip_ct_sctp sctp; member
/linux/usr/include/
H A DMakefile32 no-header-test += linux/sctp.h
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.c540 u32 tcp_udp_cs = 0, sctp = 0; in hinic_set_cs_inner_l4() local
547 sctp = 1; in hinic_set_cs_inner_l4()
554 HINIC_SQ_CTRL_SET(sctp, QUEUE_INFO_SCTP); in hinic_set_cs_inner_l4()
/linux/include/net/
H A Dnet_namespace.h144 struct netns_sctp sctp; member
/linux/net/netfilter/
H A Dnf_nat_proto.c122 hdr->source = tuple->src.u.sctp.port; in sctp_manip_pkt()
125 hdr->dest = tuple->dst.u.sctp.port; in sctp_manip_pkt()

12