Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_h323_asn1.c119 static int decode_seq(struct bitstr *bs, const struct field_t *f, char *base, int level);
135 decode_seq,
515 static int decode_seq(struct bitstr *bs, const struct field_t *f, in decode_seq() function
850 return decode_seq(&bs, &h323_userinformation, (char *) uuie, 0); in DecodeH323_UserInformation()