Searched refs:sctp_in_scope (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | bind_addr.c | 450 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 487 int sctp_in_scope(struct net *net, const union sctp_addr *addr, in sctp_in_scope() function
|
D | protocol.c | 159 if (!sctp_in_scope(net, &addr->a, scope)) in sctp_copy_local_addr_list()
|
D | sm_make_chunk.c | 2539 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param()
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1204 int sctp_in_scope(struct net *net, const union sctp_addr *addr,
|