Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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
854 return decode_seq(&bs, &h323_userinformation, (char *) uuie, 0); in DecodeH323_UserInformation()