Searched refs:nf_h323_error_boundary (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 168 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) in nf_h323_error_boundary() function 293 if (nf_h323_error_boundary(bs, 0, 0)) in decode_bool() 306 if (nf_h323_error_boundary(bs, 1, 0)) in decode_oid() 311 if (nf_h323_error_boundary(bs, 0, 0)) in decode_oid() 334 if (nf_h323_error_boundary(bs, 0, 2)) in decode_int() 347 if (nf_h323_error_boundary(bs, 2, 0)) in decode_int() 359 if (nf_h323_error_boundary(bs, 0, 0)) in decode_int() 375 if (nf_h323_error_boundary(bs, 0, 0)) in decode_enum() 393 if (nf_h323_error_boundary(bs, 2, 0)) in decode_bitstr() 399 if (nf_h323_error_boundary(bs, 2, 0)) in decode_bitstr() [all …]
|