Home
last modified time | relevance | path

Searched refs:ip_set_type_register (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c158 return ip_set_type_register(&hash_mac_type); in hash_mac_init()
H A Dip_set_bitmap_port.c321 return ip_set_type_register(&bitmap_port_type); in bitmap_port_init()
H A Dip_set_hash_ipmac.c301 return ip_set_type_register(&hash_ipmac_type); in hash_ipmac_init()
H A Dip_set_hash_ipmark.c320 return ip_set_type_register(&hash_ipmark_type); in hash_ipmark_init()
H A Dip_set_hash_ip.c315 return ip_set_type_register(&hash_ip_type); in hash_ip_init()
H A Dip_set_bitmap_ip.c376 return ip_set_type_register(&bitmap_ip_type); in bitmap_ip_init()
H A Dip_set_hash_net.c396 return ip_set_type_register(&hash_net_type); in hash_net_init()
H A Dip_set_bitmap_ipmac.c412 return ip_set_type_register(&bitmap_ipmac_type); in bitmap_ipmac_init()
H A Dip_set_hash_ipport.c406 return ip_set_type_register(&hash_ipport_type); in hash_ipport_init()
H A Dip_set_hash_ipportip.c399 return ip_set_type_register(&hash_ipportip_type); in hash_ipportip_init()
H A Dip_set_hash_netiface.c514 return ip_set_type_register(&hash_netiface_type); in hash_netiface_init()
H A Dip_set_hash_netport.c504 return ip_set_type_register(&hash_netport_type); in hash_netport_init()
H A Dip_set_hash_netnet.c519 return ip_set_type_register(&hash_netnet_type); in hash_netnet_init()
H A Dip_set_hash_ipportnet.c561 return ip_set_type_register(&hash_ipportnet_type); in hash_ipportnet_init()
H A Dip_set_hash_netportnet.c617 return ip_set_type_register(&hash_netportnet_type); in hash_netportnet_init()
H A Dip_set_list_set.c678 return ip_set_type_register(&list_set_type); in list_set_init()
H A Dip_set_core.c200 ip_set_type_register(struct ip_set_type *type) in ip_set_type_register() function
229 EXPORT_SYMBOL_GPL(ip_set_type_register);
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h242 extern int ip_set_type_register(struct ip_set_type *set_type);