Searched refs:src_match (Results 1 – 3 of 3) sorted by relevance
177 PMU_FORMAT_ATTR(src_match, "config:54-59");
2312 int src_match = 0; in sctp_process_init() local2328 src_match = 1; in sctp_process_init()2332 if (!src_match && (param.p->type == SCTP_PARAM_IPV4_ADDRESS || in sctp_process_init()2338 src_match = 1; in sctp_process_init()2346 if (!src_match) in sctp_process_init()
1956 int src_match, dst_match; in l2cap_global_chan_by_psm() local1960 src_match = !bacmp(&c->src, src); in l2cap_global_chan_by_psm()1962 if (src_match && dst_match) { in l2cap_global_chan_by_psm()1971 if ((src_match && dst_any) || (src_any && dst_match) || in l2cap_global_chan_by_psm()