Searched refs:sctp_sk_bound_dev_eq (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | endpointola.c | 256 sctp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif) && in sctp_endpoint_is_match()
|
H A D | input.c | 984 bool sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) in sctp_sk_bound_dev_eq() function 1018 if (sctp_sk_bound_dev_eq(net, bound_dev_if, dif, sdif) && in sctp_addrs_lookup_transport()
|
/openbmc/linux/include/net/sctp/ |
H A D | sctp.h | 163 bool sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif);
|