Searched refs:unnum_error (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl2.c | 322 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) in unnum_error() function 1654 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1657 if (!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2() 1660 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1663 if (!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | layer2.c | 537 unnum_error(struct layer2 *l2, struct sk_buff *skb, int wantrsp) in unnum_error() function 1938 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1942 c = unnum_error(l2, skb, RSP); in ph_data_indication() 1946 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1950 c = unnum_error(l2, skb, RSP); in ph_data_indication()
|