/usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/include/net/netns
NameSizeModeActions
bpf.h5900644editdlrm
can.h11090644editdlrm
conntrack.h30170644editdlrm
core.h3620644editdlrm
dccp.h1850644editdlrm
generic.h11750644editdlrm
hash.h2120644editdlrm
ieee802154_6lowpan.h3990644editdlrm
ipv4.h54910644editdlrm
ipv6.h29630644editdlrm
mib.h10970644editdlrm
mpls.h3710644editdlrm
netfilter.h10480644editdlrm
nftables.h2750644editdlrm
packet.h2950644editdlrm
sctp.h39970644editdlrm
smc.h6040644editdlrm
unix.h2630644editdlrm
xdp.h3310644editdlrm
xfrm.h18800644editdlrm
x_tables.h5070644editdlrm
Edit: /usr/src/kernels/4.18.0-553.157.1.el8_10.x86_64/include/net/netns/nftables.h (275B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NETNS_NFTABLES_H_ #define _NETNS_NFTABLES_H_ #include struct netns_nftables { struct list_head tables; struct list_head commit_list; unsigned int base_seq; u8 gencursor; u8 validate_state; }; #endif