Home
last modified time | relevance | path

Searched defs:inside (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_core.c415 } *inside; in nf_nat_icmp_reply_translation() local
/linux-3.4.99/fs/ext3/
Dresize.c18 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro
/linux-3.4.99/fs/ext4/
Dresize.c49 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro