Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dstructs.h149 struct sctp_sock { struct
238 #define sctp_sk(ptr) container_of_const(ptr, struct sctp_sock, inet.sk) argument
240 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp) in sctp_opt2sk()
247 struct sctp_sock sctp;
442 void (*get_saddr) (struct sctp_sock *sk,
462 struct sctp_sock *,
468 struct sctp_sock *);
489 int (*af_supported) (sa_family_t, struct sctp_sock *);
492 struct sctp_sock *);
493 int (*bind_verify) (struct sctp_sock *, union sctp_addr *);
[all …]
H A Dsctp.h99 int sctp_asconf_mgmt(struct sctp_sock *, struct sctp_sockaddr_entry *);
569 static inline __u32 __sctp_mtu_payload(const struct sctp_sock *sp, in __sctp_mtu_payload()
589 static inline __u32 sctp_mtu_payload(const struct sctp_sock *sp, in sctp_mtu_payload()
613 static inline __u32 sctp_min_frag_point(struct sctp_sock *sp, __u16 datasize) in sctp_min_frag_point()
/linux/net/sctp/
H A Dbind_addr.c315 struct sctp_sock *opt) in sctp_bind_addr_match()
334 int sctp_bind_addrs_check(struct sctp_sock *sp, in sctp_bind_addrs_check()
335 struct sctp_sock *sp2, int cnt2) in sctp_bind_addrs_check()
367 struct sctp_sock *bp_sp, in sctp_bind_addr_conflict()
368 struct sctp_sock *addr_sp) in sctp_bind_addr_conflict()
372 struct sctp_sock *sp; in sctp_bind_addr_conflict()
426 struct sctp_sock *opt) in sctp_find_unmatch_addr()
H A Dsocket.c82 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
334 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt, in sctp_sockaddr_af()
364 static void sctp_auto_asconf_init(struct sctp_sock *sp) in sctp_auto_asconf_init()
380 struct sctp_sock *sp = sctp_sk(sk); in sctp_do_bind()
560 struct sctp_sock *sp; in sctp_send_asconf_add_ip()
681 struct sctp_sock *sp = sctp_sk(sk); in sctp_bindx_rem()
762 struct sctp_sock *sp; in sctp_send_asconf_del_ip()
910 int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw) in sctp_asconf_mgmt()
1170 struct sctp_sock *sp = sctp_sk(sk); in __sctp_connect()
1795 struct sctp_sock *sp = sctp_sk(sk); in sctp_sendmsg_to_asoc()
[all …]
H A Dipv6.c442 static void sctp_v6_get_saddr(struct sctp_sock *sk, in sctp_v6_get_saddr()
685 static int sctp_v6_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v6_available()
730 struct sctp_sock *sp, in sctp_v6_addr_valid()
785 static int sctp_v6_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v6_addr_to_user()
896 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet6_af_supported()
917 struct sctp_sock *opt) in sctp_inet6_cmp_addr()
945 static int sctp_inet6_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_bind_verify()
980 static int sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet6_send_verify()
1013 static int sctp_inet6_supported_addrs(const struct sctp_sock *opt, in sctp_inet6_supported_addrs()
H A Dprotocol.c333 struct sctp_sock *sp, in sctp_v4_addr_valid()
352 static int sctp_v4_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v4_available()
553 static void sctp_v4_get_saddr(struct sctp_sock *sk, in sctp_v4_get_saddr()
583 static int sctp_v4_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v4_addr_to_user()
605 struct sctp_sock *sp; in sctp_addr_wq_timeout_handler()
989 static int sctp_inet_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet_af_supported()
998 struct sctp_sock *opt) in sctp_inet_cmp_addr()
1015 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_bind_verify()
1023 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_send_verify()
1031 static int sctp_inet_supported_addrs(const struct sctp_sock *opt, in sctp_inet_supported_addrs()
H A Dulpqueue.c127 struct sctp_sock *sp = sctp_sk(sk); in sctp_clear_pd()
165 struct sctp_sock *sp = sctp_sk(ulpq->asoc->base.sk); in sctp_ulpq_set_pd()
182 struct sctp_sock *sp = sctp_sk(sk); in sctp_ulpq_tail_event()
1024 struct sctp_sock *sp; in sctp_ulpq_partial_delivery()
1105 struct sctp_sock *sp; in sctp_ulpq_abort_pd()
H A Dassociola.c57 struct sctp_sock *sp; in sctp_association_init()
589 struct sctp_sock *sp; in sctp_assoc_add_peer()
1056 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate()
H A Dstream_interleave.c473 struct sctp_sock *sp = sctp_sk(sk); in sctp_enqueue_event()
991 struct sctp_sock *sp = sctp_sk(sk); in sctp_intl_stream_abort_pd()
H A Doutput.c78 struct sctp_sock *sp = NULL; in sctp_packet_config()
H A Dtransport.c442 union sctp_addr *saddr, struct sctp_sock *opt) in sctp_transport_route()
H A Dsm_make_chunk.c212 struct sctp_sock *sp; in sctp_make_init()
384 struct sctp_sock *sp; in sctp_make_init_ack()
1285 struct sctp_sock *sp = NULL; in sctp_make_op_error_limited()
H A Dsm_sideeffect.c1285 struct sctp_sock *sp = sctp_sk(ep->base.sk); in sctp_cmd_interpreter()