Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/sctp/
Dstructs.h87 struct sctp_opt;
238 struct sctp_opt { struct
490 struct sctp_opt *);
495 struct sctp_opt *);
513 int (*af_supported) (sa_family_t, struct sctp_opt *);
516 struct sctp_opt *);
517 int (*bind_verify) (struct sctp_opt *, union sctp_addr *);
518 int (*send_verify) (struct sctp_opt *, union sctp_addr *);
519 int (*supported_addrs)(const struct sctp_opt *, __u16 *);
522 void (*addr_v4map) (struct sctp_opt *, union sctp_addr *);
[all …]
Dsctp.h435 static inline int sctp_frag_point(const struct sctp_opt *sp, int pmtu) in sctp_frag_point()
/linux-2.4.37.9/net/sctp/
Dsocket.c96 static struct sctp_af *sctp_sockaddr_af(struct sctp_opt *opt,
267 static struct sctp_af *sctp_sockaddr_af(struct sctp_opt *opt, in sctp_sockaddr_af()
292 struct sctp_opt *sp = sctp_sk(sk); in sctp_do_bind()
466 struct sctp_opt *sp; in sctp_send_asconf_add_ip()
571 struct sctp_opt *sp = sctp_sk(sk); in sctp_bindx_rem()
655 struct sctp_opt *sp; in sctp_send_asconf_del_ip()
1051 struct sctp_opt *sp; in sctp_sendmsg()
1499 struct sctp_opt *sp = sctp_sk(sk); in sctp_recvmsg()
1644 struct sctp_opt *sp = sctp_sk(sk); in sctp_setsockopt_autoclose()
1786 struct sctp_opt *sp = sctp_sk(sk); in sctp_setsockopt_initmsg()
[all …]
Dprotocol.c367 static int sctp_v4_addr_valid(union sctp_addr *addr, struct sctp_opt *sp) in sctp_v4_addr_valid()
377 static int sctp_v4_available(union sctp_addr *addr, struct sctp_opt *sp) in sctp_v4_available()
610 static void sctp_v4_addr_v4map(struct sctp_opt *sp, union sctp_addr *addr) in sctp_v4_addr_v4map()
747 static int sctp_inet_af_supported(sa_family_t family, struct sctp_opt *sp) in sctp_inet_af_supported()
756 struct sctp_opt *opt) in sctp_inet_cmp_addr()
773 static int sctp_inet_bind_verify(struct sctp_opt *opt, union sctp_addr *addr) in sctp_inet_bind_verify()
781 static int sctp_inet_send_verify(struct sctp_opt *opt, union sctp_addr *addr) in sctp_inet_send_verify()
789 static int sctp_inet_supported_addrs(const struct sctp_opt *opt, in sctp_inet_supported_addrs()
Dipv6.c516 static int sctp_v6_available(union sctp_addr *addr, struct sctp_opt *sp) in sctp_v6_available()
545 static int sctp_v6_addr_valid(union sctp_addr *addr, struct sctp_opt *sp) in sctp_v6_addr_valid()
669 static void sctp_v6_addr_v4map(struct sctp_opt *sp, union sctp_addr *addr) in sctp_v6_addr_v4map()
774 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_opt *sp) in sctp_inet6_af_supported()
794 struct sctp_opt *opt) in sctp_inet6_cmp_addr()
816 static int sctp_inet6_bind_verify(struct sctp_opt *opt, union sctp_addr *addr) in sctp_inet6_bind_verify()
846 static int sctp_inet6_send_verify(struct sctp_opt *opt, union sctp_addr *addr) in sctp_inet6_send_verify()
880 static int sctp_inet6_supported_addrs(const struct sctp_opt *opt, in sctp_inet6_supported_addrs()
Dbind_addr.c296 struct sctp_opt *opt) in sctp_bind_addr_match()
316 struct sctp_opt *opt) in sctp_find_unmatch_addr()
Doutput.c113 struct sctp_opt *sp = sctp_sk(asoc->base.sk); in sctp_packet_init()
537 struct sctp_opt *sp = sctp_sk(asoc->base.sk); in sctp_packet_append_data()
Dassociola.c76 struct sctp_opt *sp; in sctp_association_init()
433 struct sctp_opt *sp; in sctp_assoc_add_peer()
904 struct sctp_opt *newsp = sctp_sk(newsk); in sctp_assoc_migrate()
1077 struct sctp_opt *sp = sctp_sk(asoc->base.sk); in sctp_assoc_sync_pmtu()
Dchunk.c80 struct sctp_opt *sp; in sctp_datamsg_destroy()
Dendpointola.c72 struct sctp_opt *sp = sctp_sk(sk); in sctp_endpoint_init()
Dtransport.c240 union sctp_addr *saddr, struct sctp_opt *opt) in sctp_transport_route()
Dulpqueue.c141 struct sctp_opt *sp; in sctp_clear_pd()
Dsm_make_chunk.c184 struct sctp_opt *sp; in sctp_make_init()
/linux-2.4.37.9/include/net/
Dsock.h647 struct sctp_opt af_sctp;