Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/tools/testing/selftests/bpf/progs/
Dbpf_flow.c23 #define PROG(F) PROG_(F, _##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
378 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
390 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
DMakefile2 PROG= aicasm macro
/Linux-v5.15/sound/pci/riptide/
Driptide.c397 u16 PROG; member