Home
last modified time | relevance | path

Searched refs:FNAME (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_types.c9 {FNAME("ip") OCTSTR, FIXD, 4, 0, DECODE,
11 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
15 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
19 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
20 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
24 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
25 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
26 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
28 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
33 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
[all …]
Dnf_conntrack_h323_asn1.c33 #define FNAME(name) name, macro
37 #define FNAME(name) macro
827 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT, in DecodeRasMessage()
843 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
861 FNAME("MultimediaSystemControlMessage") CHOICE, 2, 4, 4, in DecodeMultimediaSystemControlMessage()
/Linux-v4.19/arch/x86/kvm/
Dpaging_tmpl.h29 #define FNAME(name) paging##64_##name macro
48 #define FNAME(name) paging##32_##name macro
62 #define FNAME(name) ept_##name macro
80 #define gpte_to_gfn_lvl FNAME(gpte_to_gfn_lvl)
107 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in FNAME() function
125 static inline int FNAME(is_present_gpte)(unsigned long pte) in FNAME() function
134 static int FNAME(cmpxchg_gpte)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in FNAME() function
157 static bool FNAME(prefetch_invalid_gpte)(struct kvm_vcpu *vcpu, in FNAME() function
164 if (!FNAME(is_present_gpte)(gpte)) in FNAME()
184 static inline unsigned FNAME(gpte_access)(u64 gpte) in FNAME() function
[all …]
/Linux-v4.19/arch/h8300/include/asm/
Dbitops.h40 #define H8300_GEN_BITOP(FNAME, OP) \ argument
41 static inline void FNAME(int nr, volatile unsigned long *addr) \
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c6610 #define FNAME 0x8 in bnx2x_gunzip() macro
6612 if (zbuf[3] & FNAME) in bnx2x_gunzip()