Searched refs:l3proto_elems (Results 1 – 3 of 3) sorted by relevance
34 if (filter->l3proto_elems[0] >= __FILTER_ADDR_MAX) in filter_attr_src_ipv4()37 filter->l3proto[0][filter->l3proto_elems[0]].addr = this->addr; in filter_attr_src_ipv4()38 filter->l3proto[0][filter->l3proto_elems[0]].mask = this->mask; in filter_attr_src_ipv4()39 filter->l3proto_elems[0]++; in filter_attr_src_ipv4()46 if (filter->l3proto_elems[1] >= __FILTER_ADDR_MAX) in filter_attr_dst_ipv4()49 filter->l3proto[1][filter->l3proto_elems[1]].addr = this->addr; in filter_attr_dst_ipv4()50 filter->l3proto[1][filter->l3proto_elems[1]].mask = this->mask; in filter_attr_dst_ipv4()51 filter->l3proto_elems[1]++; in filter_attr_dst_ipv4()
511 if (f->l3proto_elems[dir] == 0) in bsf_add_addr_ipv4_filter()539 for (i = 0; i < f->l3proto_elems[dir]; i++) { in bsf_add_addr_ipv4_filter()
248 uint32_t l3proto_elems[2]; member