Searched refs:bpf_lwt_prog (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | lwt_bpf.c | 15 struct bpf_lwt_prog { struct 21 struct bpf_lwt_prog in; 22 struct bpf_lwt_prog out; 23 struct bpf_lwt_prog xmit; 37 static int run_lwt_bpf(struct sk_buff *skb, struct bpf_lwt_prog *lwt, in run_lwt_bpf() 308 static void bpf_lwt_prog_destroy(struct bpf_lwt_prog *prog) in bpf_lwt_prog_destroy() 331 static int bpf_parse_prog(struct nlattr *attr, struct bpf_lwt_prog *prog, in bpf_parse_prog() 443 struct bpf_lwt_prog *prog) in bpf_fill_lwt_prog() 485 static int bpf_lwt_prog_cmp(struct bpf_lwt_prog *a, struct bpf_lwt_prog * [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | lwt_bpf.c | 16 struct bpf_lwt_prog { struct 22 struct bpf_lwt_prog in; 23 struct bpf_lwt_prog out; 24 struct bpf_lwt_prog xmit; 38 static int run_lwt_bpf(struct sk_buff *skb, struct bpf_lwt_prog *lwt, in run_lwt_bpf() 309 static void bpf_lwt_prog_destroy(struct bpf_lwt_prog *prog) in bpf_lwt_prog_destroy() 332 static int bpf_parse_prog(struct nlattr *attr, struct bpf_lwt_prog *prog, in bpf_parse_prog() 444 struct bpf_lwt_prog *prog) in bpf_fill_lwt_prog() 486 static int bpf_lwt_prog_cmp(struct bpf_lwt_prog *a, struct bpf_lwt_prog * [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 43 struct bpf_lwt_prog { struct 56 struct bpf_lwt_prog bpf;
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 71 struct bpf_lwt_prog { struct 195 struct bpf_lwt_prog bpf;
|
Completed in 7 milliseconds