Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnft_chain_filter.c26 static const struct nft_chain_type nft_chain_filter_ipv4 = {
70 static const struct nft_chain_type nft_chain_filter_arp = {
110 static const struct nft_chain_type nft_chain_filter_ipv6 = {
195 static const struct nft_chain_type nft_chain_filter_inet = {
254 static const struct nft_chain_type nft_chain_filter_bridge = {
309 static const struct nft_chain_type nft_chain_filter_netdev = {
Dnft_chain_nat.c36 static const struct nft_chain_type nft_chain_nat_ipv4 = {
57 static const struct nft_chain_type nft_chain_nat_ipv6 = {
88 static const struct nft_chain_type nft_chain_nat_inet = {
Dnft_chain_route.c53 static const struct nft_chain_type nft_chain_route_ipv4 = {
103 static const struct nft_chain_type nft_chain_route_ipv6 = {
134 static const struct nft_chain_type nft_chain_route_inet = {
Dnf_tables_api.c896 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
898 static const struct nft_chain_type *
908 static const struct nft_chain_type *
911 const struct nft_chain_type *type; in __nf_tables_chain_type_lookup()
978 static const struct nft_chain_type *
982 const struct nft_chain_type *type; in nf_tables_chain_type_lookup()
1684 void nft_register_chain_type(const struct nft_chain_type *ctype) in nft_register_chain_type()
1696 void nft_unregister_chain_type(const struct nft_chain_type *ctype) in nft_unregister_chain_type()
2269 const struct nft_chain_type *type;
2311 const struct nft_chain_type *type; in nft_chain_parse_hook()
/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1157 struct nft_chain_type { struct
1214 const struct nft_chain_type *type;
1319 void nft_register_chain_type(const struct nft_chain_type *);
1320 void nft_unregister_chain_type(const struct nft_chain_type *);