Home
last modified time | relevance | path

Searched refs:sctp_bind_addr (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dbind_addr.c33 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()
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()
117 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
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()
144 int sctp_add_bind_addr(struct sctp_bind_addr *b
[all...]
H A Dendpointola.c303 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
H A Dprotocol.c132 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, in sctp_copy_local_addr_list()
421 struct sctp_bind_addr *bp; in sctp_v4_get_dst()
H A Dsm_statefuns.c2463 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale()
2499 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale()
5807 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire()
5814 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
H A Dsm_make_chunk.c207 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()
H A Dipv6.c233 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
H A Dsocket.c378 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind()
559 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip()
680 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem()
762 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip()
6114 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
/kernel/linux/linux-6.6/net/sctp/
H A Dbind_addr.c33 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()
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()
117 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
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()
144 int sctp_add_bind_addr(struct sctp_bind_addr *b
[all...]
H A Dendpointola.c307 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
H A Dprotocol.c132 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()
H A Dsm_statefuns.c2527 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale()
2563 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale()
5907 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire()
5914 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
H A Dsm_make_chunk.c207 const struct sctp_bind_addr *bp, in sctp_make_init()
3353 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
H A Dipv6.c281 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
H A Dsocket.c380 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()
6238 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h68 struct sctp_bind_addr;
1143 struct sctp_bind_addr { struct
1161 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port);
1162 void sctp_bind_addr_free(struct sctp_bind_addr *);
1163 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1164 const struct sctp_bind_addr *src,
1167 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1168 const struct sctp_bind_addr *src,
1170 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1172 int sctp_del_bind_addr(struct sctp_bind_addr *, unio
[all...]
H A Dcommand.h119 struct sctp_bind_addr *bp;
160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
H A Dsctp.h82 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,
H A Dsm.h173 const struct sctp_bind_addr *bp,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h68 struct sctp_bind_addr;
1167 struct sctp_bind_addr { struct
1185 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port);
1186 void sctp_bind_addr_free(struct sctp_bind_addr *);
1187 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1188 const struct sctp_bind_addr *src,
1191 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1192 const struct sctp_bind_addr *src,
1194 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1196 int sctp_del_bind_addr(struct sctp_bind_addr *, unio
[all...]
H A Dcommand.h119 struct sctp_bind_addr *bp;
160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
H A Dsm.h171 const struct sctp_bind_addr *bp,
H A Dsctp.h77 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,

Completed in 62 milliseconds