Searched refs:sctp_bind_addr (Results 1 – 4 of 4) sorted by relevance
/include/net/sctp/ |
D | structs.h | 82 struct sctp_bind_addr; 1113 struct sctp_bind_addr { struct 1131 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument 1132 void sctp_bind_addr_free(struct sctp_bind_addr *); 1133 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, 1134 const struct sctp_bind_addr *src, 1137 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, 1138 const struct sctp_bind_addr *src, 1140 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, 1142 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); [all …]
|
D | command.h | 134 struct sctp_bind_addr *bp; 175 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
|
D | sm.h | 188 const struct sctp_bind_addr *,
|
D | sctp.h | 97 int sctp_copy_local_addr_list(struct net *, struct sctp_bind_addr *,
|