Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk.c1580 static struct proto xsk_proto = { variable
1633 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create()
1659 sock_prot_inuse_add(net, &xsk_proto, 1); in xsk_create()
1695 err = proto_register(&xsk_proto, 0 /* no slab */); in xsk_init()
1720 proto_unregister(&xsk_proto); in xsk_init()