Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dinode.h38 u32 ip_flags; /* see below */ member
107 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
108 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh106 ip_flags nofrag action drop
109 ip_flags firstfrag action drop
112 ip_flags nofirstfrag action drop
H A Dtc_flower.sh163 $tcflags ip_flags frag action continue
165 $tcflags ip_flags firstfrag action continue
167 $tcflags ip_flags nofirstfrag action continue
169 $tcflags ip_flags nofrag action drop
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1232 int ip_flags = offsetof(struct nfp_flower_ipv4, ip_ext.flags); in nfp_flower_validate_pre_tun_rule() local
1244 if (mask[i] && i != ip_flags && i != ip_proto) { in nfp_flower_validate_pre_tun_rule()