mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +00:00
net: Packet sockets basic support
Support only basic packet socket functionality -- create and bind. This should be enough to start testing dhclient inside container. Other stuff (filter, mmaps, fanouts, etc.) will come later. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#define SIGACT_MAGIC 0x55344201 /* Murom */
|
||||
#define UNIXSK_MAGIC 0x54373943 /* Ryazan */
|
||||
#define INETSK_MAGIC 0x56443851 /* Pereslavl */
|
||||
#define PACKETSK_MAGIC 0x60454618 /* Veliky Ustyug */
|
||||
#define ITIMERS_MAGIC 0x57464056 /* Kostroma */
|
||||
#define SK_QUEUES_MAGIC 0x56264026 /* Suzdal */
|
||||
#define UTSNS_MAGIC 0x54473203 /* Smolensk */
|
||||
|
Reference in New Issue
Block a user