Linux Kernel
3.7.1
|
#include <structs.h>
Data Fields | |
void(* | event_msgname )(struct sctp_ulpevent *, char *, int *) |
void(* | skb_msgname )(struct sk_buff *, char *, int *) |
int(* | af_supported )(sa_family_t, struct sctp_sock *) |
int(* | cmp_addr )(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *) |
int(* | bind_verify )(struct sctp_sock *, union sctp_addr *) |
int(* | send_verify )(struct sctp_sock *, union sctp_addr *) |
int(* | supported_addrs )(const struct sctp_sock *, __be16 *) |
struct sock *(* | create_accept_sk )(struct sock *sk, struct sctp_association *asoc) |
void(* | addr_v4map )(struct sctp_sock *, union sctp_addr *) |
struct sctp_af * | af |
void(* event_msgname)(struct sctp_ulpevent *, char *, int *) |