Symbol: sctp_bind_addr
include/net/sctp/command.h
119
struct sctp_bind_addr *bp;
include/net/sctp/command.h
160
SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
include/net/sctp/sctp.h
77
int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *addr,
include/net/sctp/sm.h
170
const struct sctp_bind_addr *bp,
include/net/sctp/structs.h
1173
void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port);
include/net/sctp/structs.h
1174
void sctp_bind_addr_free(struct sctp_bind_addr *);
include/net/sctp/structs.h
1175
int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
include/net/sctp/structs.h
1176
const struct sctp_bind_addr *src,
include/net/sctp/structs.h
1179
int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
include/net/sctp/structs.h
1180
const struct sctp_bind_addr *src,
include/net/sctp/structs.h
1182
int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
include/net/sctp/structs.h
1184
int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
include/net/sctp/structs.h
1185
int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
include/net/sctp/structs.h
1187
int sctp_bind_addr_conflict(struct sctp_bind_addr *, const union sctp_addr *,
include/net/sctp/structs.h
1189
int sctp_bind_addr_state(const struct sctp_bind_addr *bp,
include/net/sctp/structs.h
1193
union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
include/net/sctp/structs.h
1197
union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
include/net/sctp/structs.h
1200
int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
include/net/sctp/structs.h
1257
struct sctp_bind_addr bind_addr;
include/net/sctp/structs.h
69
struct sctp_bind_addr;
net/sctp/bind_addr.c
117
void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port)
net/sctp/bind_addr.c
124
static void sctp_bind_addr_clean(struct sctp_bind_addr *bp)
net/sctp/bind_addr.c
137
void sctp_bind_addr_free(struct sctp_bind_addr *bp)
net/sctp/bind_addr.c
144
int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new,
net/sctp/bind_addr.c
179
int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr)
net/sctp/bind_addr.c
211
union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
net/sctp/bind_addr.c
263
int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list,
net/sctp/bind_addr.c
313
int sctp_bind_addr_match(struct sctp_bind_addr *bp,
net/sctp/bind_addr.c
33
static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest,
net/sctp/bind_addr.c
337
struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr;
net/sctp/bind_addr.c
338
struct sctp_bind_addr *bp = &sp->ep->base.bind_addr;
net/sctp/bind_addr.c
36
static void sctp_bind_addr_clean(struct sctp_bind_addr *);
net/sctp/bind_addr.c
365
int sctp_bind_addr_conflict(struct sctp_bind_addr *bp,
net/sctp/bind_addr.c
400
int sctp_bind_addr_state(const struct sctp_bind_addr *bp,
net/sctp/bind_addr.c
423
union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
net/sctp/bind_addr.c
43
int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
net/sctp/bind_addr.c
44
const struct sctp_bind_addr *src,
net/sctp/bind_addr.c
459
static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest,
net/sctp/bind_addr.c
548
struct sctp_bind_addr *bp;
net/sctp/bind_addr.c
94
int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
net/sctp/bind_addr.c
95
const struct sctp_bind_addr *src,
net/sctp/endpointola.c
308
struct sctp_bind_addr *bp;
net/sctp/ipv6.c
280
struct sctp_bind_addr *bp;
net/sctp/protocol.c
135
int sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp,
net/sctp/protocol.c
424
struct sctp_bind_addr *bp;
net/sctp/sm_make_chunk.c
199
const struct sctp_bind_addr *bp,
net/sctp/sm_make_chunk.c
3323
struct sctp_bind_addr *bp = &asoc->base.bind_addr;
net/sctp/sm_statefuns.c
2540
struct sctp_bind_addr *bp;
net/sctp/sm_statefuns.c
2576
bp = (struct sctp_bind_addr *) &asoc->base.bind_addr;
net/sctp/sm_statefuns.c
5920
struct sctp_bind_addr *bp;
net/sctp/sm_statefuns.c
5927
bp = (struct sctp_bind_addr *) &asoc->base.bind_addr;
net/sctp/socket.c
382
struct sctp_bind_addr *bp = &ep->base.bind_addr;
net/sctp/socket.c
563
struct sctp_bind_addr *bp;
net/sctp/socket.c
6285
struct sctp_bind_addr *bp;
net/sctp/socket.c
684
struct sctp_bind_addr *bp = &ep->base.bind_addr;
net/sctp/socket.c
766
struct sctp_bind_addr *bp;