Searched defs:PROG (Results 1 – 6 of 6) sorted by relevance
15 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro45 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function58 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function72 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function82 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
19 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F macro189 PROG(PARSE_IP)(struct __sk_buff *skb) in PROG() function217 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PROG() function240 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PROG() function256 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PROG() function
34 #define PROG(foo) \ macro
23 #define PROG(F) SEC(#F) int bpf_func_##F macro261 PROG(IP)(struct __sk_buff *skb) in PROG() function310 PROG(IPV6)(struct __sk_buff *skb) in PROG() function332 PROG(IPV6OP)(struct __sk_buff *skb) in PROG() function350 PROG(IPV6FR)(struct __sk_buff *skb) in PROG() function376 PROG(MPLS)(struct __sk_buff *skb) in PROG() function388 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
2 PROG= aicasm macro
398 u16 PROG; member