Searched defs:sctp_pf (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/include/net/sctp/ | 
| D | structs.h | 500 struct sctp_pf {  struct 501 	void (*event_msgname)(struct sctp_ulpevent *, char *, int *); 502 	void (*skb_msgname)  (struct sk_buff *, char *, int *); 503 	int  (*af_supported) (sa_family_t, struct sctp_sock *); 504 	int  (*cmp_addr) (const union sctp_addr *, 507 	int  (*bind_verify) (struct sctp_sock *, union sctp_addr *); 508 	int  (*send_verify) (struct sctp_sock *, union sctp_addr *); 509 	int  (*supported_addrs)(const struct sctp_sock *, __be16 *); 510 	struct sock *(*create_accept_sk) (struct sock *sk, 512 	int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr); [all …] 
 |