Home
last modified time | relevance | path

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

/linux/samples/bpf/
A 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
A 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
A Dspintest_kern.c35 #define PROG(foo) \ macro
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) macro
260 PROG(IP)(struct __sk_buff *skb) in PROG() function
309 PROG(IPV6)(struct __sk_buff *skb) in PROG() function
331 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function
349 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function
377 PROG(MPLS)(struct __sk_buff *skb) in PROG() function
389 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
/linux/drivers/scsi/aic7xxx/aicasm/
A DMakefile2 PROG= aicasm macro
/linux/sound/pci/riptide/
A Driptide.c397 u16 PROG; member

Completed in 22 milliseconds