Lines Matching refs:npf_table_insert
82 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); in ip4list_insert_lookup()
103 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4()
105 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4()
109 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4()
111 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4()
130 error = npf_table_insert(t, alen, addr, nm); in verify_ip4()
134 error = npf_table_insert(t, alen, addr, nm); in verify_ip4()
248 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); in test_nocopy()
276 error = npf_table_insert(t, alen, addr, nm); in test_ip6()
284 error = npf_table_insert(t, alen, addr, nm); in test_ip6()
303 error = npf_table_insert(t, alen, addr, 25); in test_lpm_masks4()
329 error = npf_table_insert(t, alen, addr, 96); in test_lpm_masks6()
344 error = npf_table_insert(t, alen, addr, 32); in test_lpm_masks6()
359 error = npf_table_insert(t, alen, addr, 126); in test_lpm_masks6()
416 error = npf_table_insert(t, sizeof(struct in6_addr), addr, NPF_NO_NETMASK); in test_ifaddr_table()