Searched refs:sctp_in_scope (Results 1 – 4 of 4) sorted by relevance
/linux/net/sctp/ |
A D | bind_addr.c | 461 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 499 int sctp_in_scope(struct net *net, const union sctp_addr *addr, in sctp_in_scope() function
|
A D | protocol.c | 143 if (!sctp_in_scope(net, &addr->a, scope)) in sctp_copy_local_addr_list()
|
A D | sm_make_chunk.c | 2575 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param()
|
/linux/include/net/sctp/ |
A D | structs.h | 1218 int sctp_in_scope(struct net *net, const union sctp_addr *addr,
|
Completed in 20 milliseconds