Searched refs:l2down (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | layer2.c | 206 l2down(struct layer2 *l2, u_int prim, u_int id, struct sk_buff *skb) in l2down() function 416 if (l2down(l2, PH_DATA_REQ, l2_newid(l2), skb)) in enqueue_super() 425 if (l2down(l2, PH_DATA_REQ, l2_newid(l2), skb)) in enqueue_ui() 1507 l2down(l2, PH_DATA_REQ, l2_newid(l2), nskb); in l2_pull_iqueue() 2004 ret = l2down(l2, PH_ACTIVATE_REQ, l2_newid(l2), in l2_send()
|