Searched refs:mt (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ |
D | nft_set_pipapo.c | 363 union nft_pipapo_map_bucket *mt, bool match_only) in pipapo_refill() argument 387 bitmap_set(dst, mt[i].to, mt[i].n); in pipapo_refill() 460 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt, in nft_pipapo_lookup() 470 *ext = &f->mt[b].e->ext; in nft_pipapo_lookup() 563 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt, in pipapo_get() 569 if (nft_set_elem_expired(&f->mt[b].e->ext)) in pipapo_get() 572 !nft_set_elem_active(&f->mt[b].e->ext, genmask))) in pipapo_get() 575 ret = f->mt[b].e; in pipapo_get() 624 union nft_pipapo_map_bucket *new_mt, *old_mt = f->mt; in pipapo_resize() 635 goto mt; in pipapo_resize() [all …]
|
D | nft_set_pipapo_avx2.c | 154 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() 242 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_2() 318 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_4() 412 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_8() 502 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_12() 637 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_32() 694 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_8b_1() 758 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_8b_2() [all …]
|
D | nft_set_pipapo.h | 130 union nft_pipapo_map_bucket *mt; member 188 union nft_pipapo_map_bucket *mt, bool match_only);
|
/net/ipv4/ |
D | ipconfig.c | 671 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local 676 pr_debug("DHCP: Sending message type %d (%s)\n", mt, d->dev->name); in ic_dhcp_init_options() 683 *e++ = mt; in ic_dhcp_init_options() 685 if (mt == DHCPREQUEST) { in ic_dhcp_init_options() 1070 int mt = 0; in ic_bootp_recv() local 1083 mt = opt[2]; in ic_bootp_recv() 1092 pr_debug("DHCP: Got message type %d (%s)\n", mt, d->dev->name); in ic_bootp_recv() 1094 switch (mt) { in ic_bootp_recv() 1130 ic_dhcp_msgtype = mt; in ic_bootp_recv()
|
/net/xfrm/ |
D | xfrm_user.c | 528 struct nlattr *mt = attrs[XFRMA_MTIMER_THRESH]; in xfrm_update_ae_params() local 561 if (mt) in xfrm_update_ae_params() 562 x->mapping_maxage = nla_get_u32(mt); in xfrm_update_ae_params()
|