Home
last modified time | relevance | path

Searched refs:fh_flags (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/nfsd/
A Dnfsfh.h91 int fh_flags; /* FH flags */ member
110 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
111 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
/linux-6.3-rc2/net/netfilter/
A Dnft_inner.c139 int fh_flags = IP6_FH_F_AUTH; in nft_inner_parse_l2l3() local
154 l4proto = ipv6_find_hdr(pkt->skb, &thoff, -1, &fragoff, &fh_flags); in nft_inner_parse_l2l3()

Completed in 5 milliseconds