Searched defs:inside (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ | ||
| H A D | nf_nat_proto.c | 524 } *inside; nf_nat_icmp_reply_translation() local |
| /linux/fs/ext4/ | ||
| H A D | resize.c | 118 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro |