Searched refs:tun_xdp_act (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 1633 static int tun_xdp_act(struct tun_struct *tun, struct bpf_prog *xdp_prog, in tun_xdp_act() function 1728 err = tun_xdp_act(tun, xdp_prog, &xdp, act); in tun_build_skb() 2488 err = tun_xdp_act(tun, xdp_prog, xdp, act); in tun_xdp_one()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 1626 static int tun_xdp_act(struct tun_struct *tun, struct bpf_prog *xdp_prog, in tun_xdp_act() function 1723 err = tun_xdp_act(tun, xdp_prog, &xdp, act); in tun_build_skb() 2471 ret = tun_xdp_act(tun, xdp_prog, xdp, act); in tun_xdp_one()
|
Completed in 9 milliseconds