Searched refs:dl (Results 1 - 7 of 7) sorted by relevance

/net/802/
H A Dp8023.c30 static int p8023_request(struct datalink_proto *dl, argument
56 void destroy_8023_client(struct datalink_proto *dl) argument
58 kfree(dl);
H A Dp8022.c28 static int p8022_request(struct datalink_proto *dl, struct sk_buff *skb, argument
31 llc_build_and_send_ui_pkt(dl->sap, skb, dest, dl->sap->laddr.lsap);
H A Dpsnap.c85 static int snap_request(struct datalink_proto *dl, argument
88 memcpy(skb_push(skb, 5), dl->type, 5);
/net/ipx/
H A Dpe2.c10 static int pEII_request(struct datalink_proto *dl, argument
32 void destroy_EII_client(struct datalink_proto *dl) argument
34 kfree(dl);
H A Daf_ipx.c566 struct datalink_proto *dl = intrfc->if_dlink; local
590 if (!dl || !dev || dev->flags & IFF_LOOPBACK)
663 dl->request(dl, skb, dest_node);
/net/bluetooth/rfcomm/
H A Dtty.c506 struct rfcomm_dev_list_req *dl; local
519 size = sizeof(*dl) + dev_num * sizeof(*di);
521 dl = kzalloc(size, GFP_KERNEL);
522 if (!dl)
525 di = dl->dev_info;
545 dl->dev_num = n;
546 size = sizeof(*dl) + n * sizeof(*di);
548 err = copy_to_user(arg, dl, size);
549 kfree(dl);
/net/bluetooth/
H A Dhci_core.c2896 struct hci_dev_list_req *dl; local
2907 size = sizeof(*dl) + dev_num * sizeof(*dr);
2909 dl = kzalloc(size, GFP_KERNEL);
2910 if (!dl)
2913 dr = dl->dev_req;
2934 dl->dev_num = n;
2935 size = sizeof(*dl) + n * sizeof(*dr);
2937 err = copy_to_user(arg, dl, size);
2938 kfree(dl);

Completed in 167 milliseconds