Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/netfilter/
Dxt_policy.c44 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() macro
48 MATCH(proto, x->id.proto) && in match_xfrm_state()
49 MATCH(mode, x->props.mode) && in match_xfrm_state()
50 MATCH(spi, x->id.spi) && in match_xfrm_state()
51 MATCH(reqid, x->props.reqid); in match_xfrm_state()
/linux-3.4.99/lib/zlib_inflate/
Dinflate.h38 MATCH, /* o: waiting for output space to copy string */ enumerator
Dinflate.c661 state->mode = MATCH; in zlib_inflate()
662 case MATCH: in zlib_inflate()
/linux-3.4.99/Documentation/spi/
Dpxa2xx67 .id = 2, /* Bus number, MUST MATCH SSP number 1..n */