Searched refs:xsk_proto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xsk.c | 1143 static struct proto xsk_proto = { variable 1199 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create() 1227 sock_prot_inuse_add(net, &xsk_proto, 1); in xsk_create() 1264 err = proto_register(&xsk_proto, 0 /* no slab */); in xsk_init() 1289 proto_unregister(&xsk_proto); in xsk_init()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 1578 static struct proto xsk_proto = { variable 1631 sk = sk_alloc(net, PF_XDP, GFP_KERNEL, &xsk_proto, kern); in xsk_create() 1657 sock_prot_inuse_add(net, &xsk_proto, 1); in xsk_create() 1693 err = proto_register(&xsk_proto, 0 /* no slab */); in xsk_init() 1718 proto_unregister(&xsk_proto); in xsk_init()
|
Completed in 4 milliseconds