Searched refs:unnum_error (Results 1 - 2 of 2) sorted by relevance

/drivers/isdn/hisax/
H A Disdnl2.c322 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) function
1654 if (!(c = unnum_error(st, skb, CMD)))
1657 if (!(c = unnum_error(st, skb, RSP)))
1660 if (!(c = unnum_error(st, skb, CMD)))
1663 if (!(c = unnum_error(st, skb, RSP)))
/drivers/isdn/mISDN/
H A Dlayer2.c537 unnum_error(struct layer2 *l2, struct sk_buff *skb, int wantrsp) function
1938 c = unnum_error(l2, skb, CMD);
1942 c = unnum_error(l2, skb, RSP);
1946 c = unnum_error(l2, skb, CMD);
1950 c = unnum_error(l2, skb, RSP);

Completed in 51 milliseconds