Searched refs:unnum_error (Results 1 – 2 of 2) sorted by relevance
/drivers/isdn/hisax/ |
D | isdnl2.c | 321 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) in unnum_error() function 1657 if(!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1660 if(!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2() 1663 if(!(c = unnum_error(st, skb, CMD))) in isdnl2_l1l2() 1666 if(!(c = unnum_error(st, skb, RSP))) in isdnl2_l1l2()
|
/drivers/isdn/mISDN/ |
D | layer2.c | 498 unnum_error(struct layer2 *l2, struct sk_buff *skb, int wantrsp) in unnum_error() function 1894 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1898 c = unnum_error(l2, skb, RSP); in ph_data_indication() 1902 c = unnum_error(l2, skb, CMD); in ph_data_indication() 1906 c = unnum_error(l2, skb, RSP); in ph_data_indication()
|