Searched refs:nfct_bsf_jump_to (Results 1 – 1 of 1) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | bsf.c | 281 nfct_bsf_jump_to(struct sock_filter *this, int line, int pos) in nfct_bsf_jump_to() function 366 j += nfct_bsf_jump_to(this, 1, j); in add_state_filter_cta() 478 j += nfct_bsf_jump_to(this, 1, j); in bsf_add_proto_filter() 551 j += nfct_bsf_jump_to(this, 1, j); in bsf_add_addr_ipv4_filter() 658 j += nfct_bsf_jump_to(this, 1, j); in bsf_add_addr_ipv6_filter() 727 j += nfct_bsf_jump_to(this, 1, j); in bsf_add_mark_filter()
|