Lines Matching defs:sctp_af
432 struct sctp_af { struct
433 int (*sctp_xmit) (struct sk_buff *skb,
435 int (*setsockopt) (struct sock *sk,
440 int (*getsockopt) (struct sock *sk,
445 void (*get_dst) (struct sctp_transport *t,
449 void (*get_saddr) (struct sctp_sock *sk,
452 void (*copy_addrlist) (struct list_head *,
454 int (*cmp_addr) (const union sctp_addr *addr1,
456 void (*addr_copy) (union sctp_addr *dst,
458 void (*from_skb) (union sctp_addr *,
461 void (*from_sk) (union sctp_addr *,
463 bool (*from_addr_param) (union sctp_addr *,
489 struct sctp_af *sctp_get_af_specific(sa_family_t); argument