Searched refs:unnum_error (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | isdnl2.c | 322 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) in unnum_error() function 1650 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1653 if (!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2() 1656 if (!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1659 if (!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2()
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | layer2.c | 537 unnum_error(struct layer2 *l2, struct sk_buff *skb, int wantrsp) in unnum_error() function 1924 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1928 c = unnum_error(l2, skb, RSP); in ph_data_indication() 1932 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1936 c = unnum_error(l2, skb, RSP); in ph_data_indication()
|