Searched refs:fill (Results 1 – 9 of 9) sorted by relevance
| /net/netfilter/ |
| A D | nft_set_pipapo_avx2.c | 243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_2() 320 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_4() 415 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_8() 1057 unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_slow() argument 1075 b = pipapo_refill(map, bsize, f->rules, fill, f->mt, last); in nft_pipapo_avx2_lookup_slow() 1159 unsigned long *res, *fill; in nft_pipapo_avx2_lookup() local 1192 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup() 1204 (ret = nft_pipapo_avx2_lookup_##b##b_##n(res, fill, f, \ in nft_pipapo_avx2_lookup() 1220 ret = nft_pipapo_avx2_lookup_slow(m, res, fill, f, in nft_pipapo_avx2_lookup() 1236 ret = nft_pipapo_avx2_lookup_slow(m, res, fill, f, in nft_pipapo_avx2_lookup() [all …]
|
| A D | Kconfig | 836 This target can be used to fill in the checksum using iptables
|
| /net/ipv4/ |
| A D | ipmr_base.c | 300 int (*fill)(struct mr_table *mrt, struct sk_buff *skb, in mr_table_dump() 321 err = fill(mrt, skb, NETLINK_CB(cb->skb).portid, in mr_table_dump() 334 err = fill(mrt, skb, NETLINK_CB(cb->skb).portid, in mr_table_dump() 354 int (*fill)(struct mr_table *mrt, in mr_rtm_dumproute() 379 err = mr_table_dump(mrt, skb, cb, fill, lock, filter); in mr_rtm_dumproute()
|
| A D | fib_rules.c | 480 .fill = fib4_rule_fill,
|
| A D | ipmr.c | 244 .fill = ipmr_rule_fill,
|
| /net/core/ |
| A D | page_pool_user.c | 40 netdev_nl_page_pool_get_do(struct genl_info *info, u32 id, pp_nl_fill_cb fill) in netdev_nl_page_pool_get_do() argument 60 err = fill(rsp, pool, info); in netdev_nl_page_pool_get_do() 82 pp_nl_fill_cb fill) in netdev_nl_page_pool_get_dump() argument 99 err = fill(skb, pool, info); in netdev_nl_page_pool_get_dump()
|
| A D | fib_rules.c | 147 ops->compare == NULL || ops->fill == NULL || in __fib_rules_register() 1222 if (ops->fill(rule, skb, frh) < 0) in fib_nl_fill_rule()
|
| /net/ipv6/ |
| A D | fib6_rules.c | 602 .fill = fib6_rule_fill,
|
| A D | ip6mr.c | 232 .fill = ip6mr_rule_fill,
|
Completed in 33 milliseconds