Home
last modified time | relevance | path

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

/Linux-v5.4/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
72 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function
82 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-v5.4/tools/testing/selftests/bpf/progs/
Dbpf_flow.c23 #define PROG(F) SEC(#F) int bpf_func_##F macro
261 PROG(IP)(struct __sk_buff *skb) in PROG() function
310 PROG(IPV6)(struct __sk_buff *skb) in PROG() function
332 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function
350 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function
376 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
388 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
DMakefile2 PROG= aicasm macro
/Linux-v5.4/sound/pci/riptide/
Driptide.c398 u16 PROG; member