Searched defs:sctp_pf (Results 1 – 1 of 1) sorted by relevance
| /linux/include/net/sctp/ |
| H A D | structs.h | 487 struct sctp_pf { struct 488 void (*event_msgname)(struct sctp_ulpevent *, char *, int *); 489 void (*skb_msgname) (struct sk_buff *, char *, int *); 490 int (*af_supported) (sa_family_t, struct sctp_sock *); 491 int (*cmp_addr) (const union sctp_addr *, 494 int (*bind_verify) (struct sctp_sock *, union sctp_addr *); 495 int (*send_verify) (struct sctp_sock *, union sctp_addr *); 496 int (*supported_addrs)(const struct sctp_sock *, __be16 *); 497 int (*addr_to_user)(struct sctp_sock *sk, union sctp_addr *addr); 498 void (*to_sk_saddr)(union sctp_addr *, struct sock *sk); [all …]
|