Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_h323_asn1.c122 static int decode_seq(struct bitstr *bs, const struct field_t *f, char *base, int level);
138 decode_seq,
518 static int decode_seq(struct bitstr *bs, const struct field_t *f, in decode_seq() function
853 return decode_seq(&bs, &h323_userinformation, (char *) uuie, 0); in DecodeH323_UserInformation()