Lines Matching defs:sctp_af
435 struct sctp_af { struct
436 int (*sctp_xmit) (struct sk_buff *skb,
438 int (*setsockopt) (struct sock *sk,
443 int (*getsockopt) (struct sock *sk,
448 void (*get_dst) (struct sctp_transport *t,
452 void (*get_saddr) (struct sctp_sock *sk,
455 void (*copy_addrlist) (struct list_head *,
457 int (*cmp_addr) (const union sctp_addr *addr1,
459 void (*addr_copy) (union sctp_addr *dst,
461 void (*from_skb) (union sctp_addr *,
464 void (*from_sk) (union sctp_addr *,
466 bool (*from_addr_param) (union sctp_addr *,
491 struct sctp_af *sctp_get_af_specific(sa_family_t); argument