Searched refs:sctp_bind_addr (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | bind_addr.c | 48 static int sctp_copy_one_addr(struct net *, struct sctp_bind_addr *, 51 static void sctp_bind_addr_clean(struct sctp_bind_addr *); 58 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy() 59 const struct sctp_bind_addr *src, in sctp_bind_addr_copy() 103 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup() 104 const struct sctp_bind_addr *src, in sctp_bind_addr_dup() 125 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init() 132 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean() 145 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free() 152 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr() [all …]
|
D | endpointola.c | 386 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
|
D | protocol.c | 198 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, in sctp_copy_local_addr_list() 429 struct sctp_bind_addr *bp; in sctp_v4_get_dst()
|
D | sm_statefuns.c | 2313 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale() 2348 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale() 5532 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire() 5540 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
|
D | ipv6.c | 239 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
|
D | socket.c | 327 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind() 506 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip() 627 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem() 710 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip() 4890 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
|
D | sm_make_chunk.c | 218 const struct sctp_bind_addr *bp, in sctp_make_init() 3287 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 80 struct sctp_bind_addr; 1074 struct sctp_bind_addr { struct 1092 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument 1093 void sctp_bind_addr_free(struct sctp_bind_addr *); 1094 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, 1095 const struct sctp_bind_addr *src, 1098 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, 1099 const struct sctp_bind_addr *src, 1101 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, 1103 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 | 92 int sctp_copy_local_addr_list(struct net *, struct sctp_bind_addr *,
|