Lines Matching defs:sctp_af
430 struct sctp_af { struct
431 int (*sctp_xmit) (struct sk_buff *skb,
433 int (*setsockopt) (struct sock *sk,
438 int (*getsockopt) (struct sock *sk,
443 void (*get_dst) (struct sctp_transport *t,
447 void (*get_saddr) (struct sctp_sock *sk,
450 void (*copy_addrlist) (struct list_head *,
452 int (*cmp_addr) (const union sctp_addr *addr1,
454 void (*addr_copy) (union sctp_addr *dst,
456 void (*from_skb) (union sctp_addr *,
459 void (*from_sk) (union sctp_addr *,
461 void (*from_addr_param) (union sctp_addr *,
486 struct sctp_af *sctp_get_af_specific(sa_family_t); argument