Home
last modified time | relevance | path

Searched refs:netkit (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/
H A Dnetkit.c18 struct netkit { struct
74 static struct netkit *netkit_priv(const struct net_device *dev) in netkit_priv()
82 struct netkit *nk = netkit_priv(dev); in netkit_xmit()
135 struct netkit *nk = netkit_priv(dev); in netkit_open()
149 struct netkit *nk = netkit_priv(dev); in netkit_close()
160 struct netkit *nk = netkit_priv(dev); in netkit_get_iflink()
179 struct netkit *nk = netkit_priv(dev); in netkit_set_macaddr()
189 struct netkit *nk = netkit_priv(dev), *nk2; in netkit_set_headroom()
294 struct netkit *nk = netkit_priv(dev); in netkit_get_link_net()
348 struct netkit *nk; in netkit_new_link()
[all …]
H A DKconfig473 The netkit device is a virtual networking device where BPF programs
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-net.rst39 Currently, device driver xdp attachments, tcx, netkit and old-style tc
53 all tcx, netkit, then tc class/qdisc bpf program attachments, then
55 tcx/netkit/tc programs are ordered based on ifindex number. If multiple bpf
57 will be first all bpf programs attached to tcx, netkit, then tc classes,
/linux/include/uapi/linux/
H A Dbpf.h1856 } netkit;
5061 * ingress hook and for veth and netkit target device types. The
6850 } netkit;
1830 } netkit; global() member
6817 } netkit; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h1856 } netkit;
5061 * ingress hook and for veth and netkit target device types. The
6850 } netkit;
1830 } netkit; global() member
6817 } netkit; global() member
/linux/tools/lib/bpf/
H A Dlibbpf.c13296 link_create_opts.netkit.expected_revision = OPTS_GET(opts, expected_revision, 0); in bpf_program__attach_netkit()
13297 link_create_opts.netkit.relative_fd = relative_fd; in bpf_program__attach_netkit()
13298 link_create_opts.netkit.relative_id = relative_id; in bpf_program__attach_netkit()
/linux/
H A DMAINTAINERS4911 F: drivers/net/netkit.c
4912 F: include/net/netkit.h