Searched defs:PROG (Results 1 – 6 of 6) sorted by relevance
16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
20 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F macro192 PROG(PARSE_IP)(struct __sk_buff *skb) in PROG() function220 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PROG() function243 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PROG() function259 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PROG() function
35 #define PROG(foo) \ macro
23 #define PROG(F) PROG_(F, _##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() function378 PROG(MPLS)(struct __sk_buff *skb) in PROG() function390 PROG(VLAN)(struct __sk_buff *skb) in PROG() function
2 PROG= aicasm macro
397 u16 PROG; member