Home
last modified time | relevance | path

Searched refs:l4proto_state (Results 1 – 3 of 3) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dfilter.c26 set_bit_u16(this->state, &filter->l4proto_state[this->proto].map); in filter_attr_l4proto_state()
27 filter->l4proto_state[this->proto].len++; in filter_attr_l4proto_state()
Dbsf.c417 if (filter->l4proto_state[i].map && in bsf_add_state_filter()
418 filter->l4proto_state[i].len > 0) { in bsf_add_state_filter()
422 filter->l4proto_state[i].map, in bsf_add_state_filter()
/external/libnetfilter_conntrack/include/internal/
Dobject.h237 } l4proto_state[IPPROTO_MAX]; member