Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/perf/
Dpower10-pmu.c177 PMU_FORMAT_ATTR(src_match, "config:54-59");
/Linux-v5.10/net/sctp/
Dsm_make_chunk.c2312 int src_match = 0; in sctp_process_init() local
2328 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()
/Linux-v5.10/net/bluetooth/
Dl2cap_core.c1956 int src_match, dst_match; in l2cap_global_chan_by_psm() local
1960 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()