Home
last modified time | relevance | path

Searched refs:sctp_bind_addr (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/sctp/
Dbind_addr.c48 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest,
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()
126 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
133 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean()
146 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free()
153 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr()
[all …]
Dendpointola.c356 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
Dprotocol.c148 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()
Dsm_statefuns.c2434 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale()
2470 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale()
5740 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire()
5747 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
Dipv6.c245 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
Dsocket.c384 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind()
564 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip()
685 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem()
768 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip()
5935 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
Dsm_make_chunk.c222 const struct sctp_bind_addr *bp, in sctp_make_init()
3315 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
/Linux-v4.19/include/net/sctp/
Dstructs.h83 struct sctp_bind_addr;
1157 struct sctp_bind_addr { struct
1175 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument
1176 void sctp_bind_addr_free(struct sctp_bind_addr *);
1177 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1178 const struct sctp_bind_addr *src,
1181 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1182 const struct sctp_bind_addr *src,
1184 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1186 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
[all …]
Dcommand.h135 struct sctp_bind_addr *bp;
176 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
Dsm.h188 const struct sctp_bind_addr *bp,
Dsctp.h97 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,