Searched refs:sctp_sock (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h285 struct sctp_sock { struct
286 /* inet_sock has to be the first member of sctp_sock */
348 static inline struct sctp_sock *sctp_sk(const struct sock *sk)
350 return (struct sctp_sock *)sk;
353 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp)
360 struct sctp_sock sctp;
572 void (*get_saddr) (struct sctp_sock *sk,
601 struct sctp_sock *,
607 struct sctp_sock *);
626 int (*af_supported) (sa_family_t, struct sctp_sock *);
[all...]
H A Dsctp.h491 struct sctp_sock *sp = sctp_sk(asoc->base.sk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dbind_addr.c332 struct sctp_sock *opt)
356 struct sctp_sock *bp_sp,
357 struct sctp_sock *addr_sp)
361 struct sctp_sock *sp;
420 struct sctp_sock *opt)
H A Dsocket.c97 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
303 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
335 struct sctp_sock *sp = sctp_sk(sk);
515 struct sctp_sock *sp;
623 struct sctp_sock *sp = sctp_sk(sk);
693 struct sctp_sock *sp;
969 struct sctp_sock *sp;
1429 struct sctp_sock *sp;
1875 struct sctp_sock *sp = sctp_sk(sk);
2017 struct sctp_sock *s
[all...]
H A Dipv6.c286 static void sctp_v6_get_saddr(struct sctp_sock *sk,
529 static int sctp_v6_available(union sctp_addr *addr, struct sctp_sock *sp)
559 struct sctp_sock *sp,
567 * are disallowed here when there is no sctp_sock.
656 static void sctp_v6_addr_v4map(struct sctp_sock *sp, union sctp_addr *addr)
765 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_sock *sp)
785 struct sctp_sock *opt)
813 static int sctp_inet6_bind_verify(struct sctp_sock *opt, union sctp_addr *addr)
850 static int sctp_inet6_send_verify(struct sctp_sock *opt, union sctp_addr *addr)
883 static int sctp_inet6_supported_addrs(const struct sctp_sock *op
[all...]
H A Dprotocol.c385 struct sctp_sock *sp,
404 static int sctp_v4_available(union sctp_addr *addr, struct sctp_sock *sp)
558 static void sctp_v4_get_saddr(struct sctp_sock *sk,
620 static void sctp_v4_addr_v4map(struct sctp_sock *sp, union sctp_addr *addr)
798 static int sctp_inet_af_supported(sa_family_t family, struct sctp_sock *sp)
807 struct sctp_sock *opt)
824 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr)
832 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr)
840 static int sctp_inet_supported_addrs(const struct sctp_sock *opt,
H A Dchunk.c96 struct sctp_sock *sp;
H A Dulpqueue.c145 struct sctp_sock *sp = sctp_sk(sk);
185 struct sctp_sock *sp = sctp_sk(ulpq->asoc->base.sk);
1004 struct sctp_sock *sp;
H A Dassociola.c82 struct sctp_sock *sp;
635 struct sctp_sock *sp;
1139 struct sctp_sock *newsp = sctp_sk(newsk);
H A Dtransport.c268 union sctp_addr *saddr, struct sctp_sock *opt)
H A Doutput.c126 struct sctp_sock *sp = sctp_sk(asoc->base.sk);
H A Dsm_make_chunk.c204 struct sctp_sock *sp;
354 struct sctp_sock *sp;

Completed in 193 milliseconds