Home
last modified time | relevance | path

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

/net/netfilter/
A Dnft_set_pipapo.c389 bitmap_set(dst, mt[i].to, mt[i].n); in pipapo_refill()
614 f->mt = new_mt; in pipapo_realloc_mt()
675 goto mt; in pipapo_resize()
706 mt: in pipapo_resize()
1436 if (!dst->mt)
1439 memcpy(dst->mt, src->mt, src->rules * sizeof(*src->mt));
1560 memmove(mt + start, mt + start + n, (rules - start - n) * sizeof(*mt));
1561 memset(mt + rules - n, 0, n * sizeof(*mt));
2085 if (r < f->rules - 1 && f->mt[r + 1].e == f->mt[r].e)
2243 f->mt = NULL;
[all …]
A Dnft_set_pipapo_avx2.c154 union nft_pipapo_map_bucket *mt, bool last) in nft_pipapo_avx2_refill() argument
167 nft_pipapo_avx2_fill(dst, mt[i].to, mt[i].n); \ in nft_pipapo_avx2_refill()
170 ret = mt[i].to; \ in nft_pipapo_avx2_refill()
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()
506 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_12()
642 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_32()
700 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_8b_1()
1075 b = pipapo_refill(map, bsize, f->rules, fill, f->mt, last); in nft_pipapo_avx2_lookup_slow()
[all …]
A Dnft_set_pipapo.h122 union nft_pipapo_map_bucket *mt; member
181 const union nft_pipapo_map_bucket *mt, bool match_only);
/net/ipv4/
A Dipconfig.c682 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local
687 pr_debug("DHCP: Sending message type %d (%s)\n", mt, d->dev->name); in ic_dhcp_init_options()
694 *e++ = mt; in ic_dhcp_init_options()
696 if (mt == DHCPREQUEST) { in ic_dhcp_init_options()
1082 int mt = 0; in ic_bootp_recv() local
1095 mt = opt[2]; in ic_bootp_recv()
1104 pr_debug("DHCP: Got message type %d (%s)\n", mt, d->dev->name); in ic_bootp_recv()
1106 switch (mt) { in ic_bootp_recv()
1142 ic_dhcp_msgtype = mt; in ic_bootp_recv()
/net/xfrm/
A Dxfrm_user.c835 struct nlattr *mt = attrs[XFRMA_MTIMER_THRESH]; in xfrm_update_ae_params() local
868 if (mt) in xfrm_update_ae_params()
869 x->mapping_maxage = nla_get_u32(mt); in xfrm_update_ae_params()

Completed in 23 milliseconds