Searched refs:sctp_bind_addr (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/sctp/ |
| D | bind_addr.c | 33 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, 36 static void sctp_bind_addr_clean(struct sctp_bind_addr *); 43 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy() 44 const struct sctp_bind_addr *src, in sctp_bind_addr_copy() 88 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup() 89 const struct sctp_bind_addr *src, in sctp_bind_addr_dup() 111 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init() 118 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean() 131 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free() 138 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr() [all …]
|
| D | endpointola.c | 294 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
|
| D | protocol.c | 132 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, in sctp_copy_local_addr_list() 408 struct sctp_bind_addr *bp; in sctp_v4_get_dst()
|
| D | sm_statefuns.c | 2419 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale() 2455 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale() 5746 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire() 5753 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
|
| D | ipv6.c | 232 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
|
| D | sm_make_chunk.c | 207 const struct sctp_bind_addr *bp, in sctp_make_init() 3310 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
|
| D | socket.c | 351 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind() 531 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip() 652 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem() 734 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip() 6246 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
|
| /Linux-v5.4/include/net/sctp/ |
| D | structs.h | 68 struct sctp_bind_addr; 1147 struct sctp_bind_addr { struct 1165 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument 1166 void sctp_bind_addr_free(struct sctp_bind_addr *); 1167 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, 1168 const struct sctp_bind_addr *src, 1171 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, 1172 const struct sctp_bind_addr *src, 1174 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, 1176 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); [all …]
|
| D | command.h | 119 struct sctp_bind_addr *bp; 160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
|
| D | sm.h | 173 const struct sctp_bind_addr *bp,
|
| D | sctp.h | 82 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,
|