From 40a660267587e55dde5fdbcda128b901e1bf7f49 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 20 Jan 2018 16:10:48 +0100 Subject: sys/linux: add netfilter descriptions Lots of TODOs and only ipv4, but some start. --- sys/linux/socket.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/linux/socket.txt') diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt index 8f26264f9..a4d143172 100644 --- a/sys/linux/socket.txt +++ b/sys/linux/socket.txt @@ -314,6 +314,13 @@ devname [ syzn syzn_devname ] +devname_mask { + lo flags[devname_mask_values, int64] + hi const[0, int64] +} + +devname_mask_values = 0, 0xff + ifr_ifru [ ifru_addrs sockaddr ifru_flags flags[ifru_flags, int16] -- cgit mrf-deployment