Home
last modified time | relevance | path

Searched defs:PROG (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/samples/bpf/
Dtracex5_kern.c15 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
45 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function
58 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function
71 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
Dsockex3_kern.c19 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F macro
189 PROG(PARSE_IP)(struct __sk_buff *skb) in PROG() function
217 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PROG() function
240 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PROG() function
256 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PROG() function
Dspintest_kern.c34 #define PROG(foo) \ macro
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
DMakefile2 PROG= aicasm macro
/Linux-v4.19/sound/pci/riptide/
Driptide.c412 u16 PROG; member