Home
last modified time | relevance | path

Searched refs:src_match (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Dpower10-pmu.c229 PMU_FORMAT_ATTR(src_match, "config:54-59");
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c2364 int src_match = 0; in sctp_process_init() local
2381 src_match = 1; in sctp_process_init()
2385 if (!src_match && in sctp_process_init()
2393 src_match = 1; in sctp_process_init()
2401 if (!src_match) in sctp_process_init()
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c1851 int src_match, dst_match; in l2cap_global_chan_by_psm() local
1855 src_match = !bacmp(&c->src, src); in l2cap_global_chan_by_psm()
1857 if (src_match && dst_match) { in l2cap_global_chan_by_psm()
1868 if ((src_match && dst_any) || (src_any && dst_match) || in l2cap_global_chan_by_psm()