Home
last modified time | relevance | path

Searched refs:sctp_sock (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/net/sctp/
Dstructs.h162 struct sctp_sock { struct
247 static inline struct sctp_sock *sctp_sk(const struct sock *sk) in sctp_sk() argument
249 return (struct sctp_sock *)sk; in sctp_sk()
252 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp) in sctp_opt2sk()
259 struct sctp_sock sctp;
463 void (*get_saddr) (struct sctp_sock *sk,
483 struct sctp_sock *,
489 struct sctp_sock *);
509 int (*af_supported) (sa_family_t, struct sctp_sock *);
512 struct sctp_sock *);
[all …]
Dsctp.h118 int sctp_asconf_mgmt(struct sctp_sock *, struct sctp_sockaddr_entry *);
589 static inline __u32 sctp_mtu_payload(const struct sctp_sock *sp, in sctp_mtu_payload()
/Linux-v4.19/net/sctp/
Dbind_addr.c321 struct sctp_sock *opt) in sctp_bind_addr_match()
345 struct sctp_sock *bp_sp, in sctp_bind_addr_conflict()
346 struct sctp_sock *addr_sp) in sctp_bind_addr_conflict()
350 struct sctp_sock *sp; in sctp_bind_addr_conflict()
409 struct sctp_sock *opt) in sctp_find_unmatch_addr()
Dsocket.c95 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
348 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt, in sctp_sockaddr_af()
382 struct sctp_sock *sp = sctp_sk(sk); in sctp_do_bind()
561 struct sctp_sock *sp; in sctp_send_asconf_add_ip()
682 struct sctp_sock *sp = sctp_sk(sk); in sctp_bindx_rem()
764 struct sctp_sock *sp; in sctp_send_asconf_del_ip()
912 int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw) in sctp_asconf_mgmt()
1091 struct sctp_sock *sp; in __sctp_connect()
1900 struct sctp_sock *sp = sctp_sk(sk); in sctp_sendmsg_to_asoc()
2194 struct sctp_sock *sp = sctp_sk(sk); in sctp_recvmsg()
[all …]
Dipv6.c398 static void sctp_v6_get_saddr(struct sctp_sock *sk, in sctp_v6_get_saddr()
633 static int sctp_v6_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v6_available()
663 struct sctp_sock *sp, in sctp_v6_addr_valid()
768 static int sctp_v6_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v6_addr_to_user()
874 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet6_af_supported()
895 struct sctp_sock *opt) in sctp_inet6_cmp_addr()
923 static int sctp_inet6_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_bind_verify()
959 static int sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_send_verify()
992 static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, in sctp_inet6_supported_addrs()
Dprotocol.c338 struct sctp_sock *sp, in sctp_v4_addr_valid()
357 static int sctp_v4_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v4_available()
541 static void sctp_v4_get_saddr(struct sctp_sock *sk, in sctp_v4_get_saddr()
600 static int sctp_v4_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v4_addr_to_user()
621 struct sctp_sock *sp; in sctp_addr_wq_timeout_handler()
923 static int sctp_inet_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet_af_supported()
932 struct sctp_sock *opt) in sctp_inet_cmp_addr()
949 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_bind_verify()
957 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_send_verify()
965 static int sctp_inet_supported_addrs(const struct sctp_sock *opt, in sctp_inet_supported_addrs()
Dulpqueue.c144 struct sctp_sock *sp = sctp_sk(sk); in sctp_clear_pd()
182 struct sctp_sock *sp = sctp_sk(ulpq->asoc->base.sk); in sctp_ulpq_set_pd()
202 struct sctp_sock *sp = sctp_sk(sk); in sctp_ulpq_tail_event()
1052 struct sctp_sock *sp; in sctp_ulpq_partial_delivery()
1133 struct sctp_sock *sp; in sctp_ulpq_abort_pd()
Dchunk.c91 struct sctp_sock *sp; in sctp_datamsg_destroy()
Dassociola.c73 struct sctp_sock *sp; in sctp_association_init()
602 struct sctp_sock *sp; in sctp_assoc_add_peer()
1089 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate()
Dtransport.c305 union sctp_addr *saddr, struct sctp_sock *opt) in sctp_transport_route()
Doutput.c93 struct sctp_sock *sp = NULL; in sctp_packet_config()
Dsm_make_chunk.c236 struct sctp_sock *sp; in sctp_make_init()
405 struct sctp_sock *sp; in sctp_make_init_ack()
1252 struct sctp_sock *sp = NULL; in sctp_make_op_error_limited()
Dstream_interleave.c477 struct sctp_sock *sp = sctp_sk(sk); in sctp_enqueue_event()
Dsm_sideeffect.c1298 struct sctp_sock *sp = sctp_sk(ep->base.sk); in sctp_cmd_interpreter()