Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
Dtracex5_kern.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function
59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function
73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function
83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
Dsockex3_kern.c20 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F macro
192 PROG(PARSE_IP)(struct __sk_buff *skb) in PROG() function
220 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PROG() function
243 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PROG() function
259 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PROG() function
Dspintest_kern.c35 #define PROG(foo) \ macro
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) macro
275 PROG(IP)(struct __sk_buff *skb) in PROG() function
324 PROG(IPV6)(struct __sk_buff *skb) in PROG() function
346 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function
364 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function
392 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
404 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/
DMakefile2 PROG= aicasm macro
/linux-6.1.9/sound/pci/riptide/
Driptide.c397 u16 PROG; member