Searched refs:sctp_bind_addr (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/sctp/ |
A D | bind_addr.c | 36 static void sctp_bind_addr_clean(struct sctp_bind_addr *); 44 const struct sctp_bind_addr *src, in sctp_bind_addr_copy() 94 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup() 95 const struct sctp_bind_addr *src, in sctp_bind_addr_dup() 124 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean() 137 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free() 313 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match() 337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check() 338 struct sctp_bind_addr *bp = &sp->ep->base.bind_addr; in sctp_bind_addrs_check() 365 int sctp_bind_addr_conflict(struct sctp_bind_addr *bp, in sctp_bind_addr_conflict() [all …]
|
A D | endpointola.c | 307 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
|
A D | protocol.c | 132 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, in sctp_copy_local_addr_list() 424 struct sctp_bind_addr *bp; in sctp_v4_get_dst()
|
A D | sm_statefuns.c | 2529 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale() 2565 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale() 5909 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire() 5916 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
|
A D | ipv6.c | 281 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
|
A D | sm_make_chunk.c | 207 const struct sctp_bind_addr *bp, in sctp_make_init() 3361 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
|
A D | socket.c | 380 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind() 561 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip() 682 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem() 764 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip() 6225 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
|
/linux-6.3-rc2/include/net/sctp/ |
A D | structs.h | 68 struct sctp_bind_addr; 1169 struct sctp_bind_addr { struct 1187 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument 1188 void sctp_bind_addr_free(struct sctp_bind_addr *); 1190 const struct sctp_bind_addr *src, 1193 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, 1194 const struct sctp_bind_addr *src, 1196 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, 1203 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, 1207 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, [all …]
|
A D | command.h | 119 struct sctp_bind_addr *bp; 160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
|
A D | sm.h | 174 const struct sctp_bind_addr *bp,
|
A D | sctp.h | 77 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,
|
Completed in 53 milliseconds