Home
last modified time | relevance | path

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

/linux/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 *bp, union sctp_addr *new, in sctp_add_bind_addr()
[all …]
H A Dendpointola.c308 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
H A Dprotocol.c135 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.c2540 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale()
2576 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale()
5920 struct sctp_bind_addr *bp; in sctp_sf_t1_init_timer_expire()
5927 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_init_timer_expire()
H A Dipv6.c280 struct sctp_bind_addr *bp; in sctp_v6_get_dst()
H A Dsm_make_chunk.c199 const struct sctp_bind_addr *bp, in sctp_make_init()
3323 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
H A Dsocket.c382 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind()
563 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip()
684 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem()
766 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip()
6285 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
/linux/include/net/sctp/
H A Dstructs.h69 struct sctp_bind_addr;
1155 struct sctp_bind_addr { struct
1173 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument
1174 void sctp_bind_addr_free(struct sctp_bind_addr *);
1175 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1176 const struct sctp_bind_addr *src,
1179 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1180 const struct sctp_bind_addr *src,
1182 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1184 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
[all …]
H A Dcommand.h119 struct sctp_bind_addr *bp;
160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
H A Dsm.h170 const struct sctp_bind_addr *bp,
H A Dsctp.h77 int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,