Searched refs:nf_h323_error_boundary (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 165 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) in nf_h323_error_boundary() function 290 if (nf_h323_error_boundary(bs, 0, 0)) in decode_bool() 303 if (nf_h323_error_boundary(bs, 1, 0)) in decode_oid() 308 if (nf_h323_error_boundary(bs, 0, 0)) in decode_oid() 331 if (nf_h323_error_boundary(bs, 0, 2)) in decode_int() 344 if (nf_h323_error_boundary(bs, 2, 0)) in decode_int() 356 if (nf_h323_error_boundary(bs, 0, 0)) in decode_int() 372 if (nf_h323_error_boundary(bs, 0, 0)) in decode_enum() 390 if (nf_h323_error_boundary(bs, 2, 0)) in decode_bitstr() 396 if (nf_h323_error_boundary(bs, 2, 0)) in decode_bitstr() [all …]
|