Searched refs:sctp_in_scope (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | bind_addr.c | 446 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 483 int sctp_in_scope(struct net *net, const union sctp_addr *addr, sctp_scope_t scope) in sctp_in_scope() function
|
D | protocol.c | 208 if (sctp_in_scope(net, &addr->a, scope)) { in sctp_copy_local_addr_list()
|
D | sm_make_chunk.c | 2521 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param()
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 1121 int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope);
|