Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c8 {FNAME("ip") OCTSTR, FIXD, 4, 0, DECODE,
10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
38 {FNAME("ip") OCTSTR, FIXD, 16, 0, DECODE,
62 {FNAME("ipAddress") SEQ, 0, 2, 2, DECODE,
66 {FNAME("ipxAddress") SEQ, 0, 3, 3, SKIP, 0,
494 {FNAME("t84") SEQ, 0, 2, 2, SKIP, 0,
500 {FNAME("nlpid") SEQ, 0, 2, 2, SKIP, 0,
560 {FNAME("al3") SEQ, 0, 2, 2, SKIP, 0,
1175 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
[all …]
H A Dnf_conntrack_h323_asn1.c30 #define FNAME(name) name, macro
34 #define FNAME(name) macro
828 FNAME("RasMessage") CHOICE, 5, 24, 32, DECODE | EXT, in DecodeRasMessage()
844 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
862 FNAME("MultimediaSystemControlMessage") CHOICE, 2, 4, 4, in DecodeMultimediaSystemControlMessage()
/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h27 #define FNAME(name) paging##64_##name macro
40 #define FNAME(name) paging##32_##name macro
54 #define FNAME(name) ept_##name macro
73 #define gpte_to_gfn_lvl FNAME(gpte_to_gfn_lvl)
155 if (!FNAME(is_present_gpte)(gpte)) in FNAME()
335 if (!FNAME(is_present_gpte)(pte)) in FNAME()
431 pte_pkey = FNAME(gpte_pkeys)(vcpu, pte); in FNAME()
756 FNAME(pte_prefetch)(vcpu, gw, it.sptep); in FNAME()
847 r = FNAME(fetch)(vcpu, fault, &walker); in FNAME()
929 pte_access &= FNAME(gpte_access)(gpte); in FNAME()
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6628 #define FNAME 0x8 in bnx2x_gunzip() macro
6630 if (zbuf[3] & FNAME) in bnx2x_gunzip()