Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_make_chunk.c2334 int src_match = 0; in sctp_process_init() local
2351 src_match = 1; in sctp_process_init()
2355 if (!src_match && in sctp_process_init()
2363 src_match = 1; in sctp_process_init()
2371 if (!src_match) in sctp_process_init()
/linux/arch/powerpc/perf/
H A Dpower10-pmu.c229 PMU_FORMAT_ATTR(src_match, "config:54-59");
/linux/net/bluetooth/
H A Dl2cap_core.c1864 int src_match, dst_match; in l2cap_global_chan_by_psm() local
1868 src_match = !bacmp(&c->src, src); in l2cap_global_chan_by_psm()
1870 if (src_match && dst_match) { in l2cap_global_chan_by_psm()
1881 if ((src_match && dst_any) || (src_any && dst_match) || in l2cap_global_chan_by_psm()