Searched refs:nfct_bsf_find_attr (Results 1 – 1 of 1) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | bsf.c | 119 nfct_bsf_find_attr(struct sock_filter *this, int attr, int pos) in nfct_bsf_find_attr() function 345 j += nfct_bsf_find_attr(this, CTA_PROTOINFO, j); in add_state_filter_cta() 348 j += nfct_bsf_find_attr(this, cta_protoinfo_proto, j); in add_state_filter_cta() 351 j += nfct_bsf_find_attr(this, cta_protoinfo_state, j); in add_state_filter_cta() 457 j += nfct_bsf_find_attr(this, CTA_TUPLE_ORIG, j); in bsf_add_proto_filter() 460 j += nfct_bsf_find_attr(this, CTA_TUPLE_PROTO, j); in bsf_add_proto_filter() 463 j += nfct_bsf_find_attr(this, CTA_PROTO_NUM, j); in bsf_add_proto_filter() 529 j += nfct_bsf_find_attr(this, CTA_TUPLE_ORIG, j); in bsf_add_addr_ipv4_filter() 532 j += nfct_bsf_find_attr(this, CTA_TUPLE_IP, j); in bsf_add_addr_ipv4_filter() 535 j += nfct_bsf_find_attr(this, type, j); in bsf_add_addr_ipv4_filter() [all …]
|