Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_nat_proto.c567 } *inside; in nf_nat_icmp_reply_translation() local
845 } *inside; in nf_nat_icmpv6_reply_translation() local
/linux-6.1.9/fs/ext4/
Dresize.c132 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) macro