Searched refs:di (Results 1 - 3 of 3) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_wrr.c34 * - di: weight step, greatest common divisor from all weights
36 * As result, all weights are in the [di..mw] range with a step=di.
39 * Then cw is reduced with di and all dests are checked again.
40 * Last pass should be with cw = di. We have mw/di passes in total:
43 * pass 2: cw = max weight - di
44 * pass 3: cw = max weight - 2 * di
46 * last pass: cw = di
48 * Weights are supposed to be >= di bu
69 int di; /* decreasing interval */ member in struct:ip_vs_wrr_mark
[all...]
/net/bluetooth/rfcomm/
H A Dtty.c507 struct rfcomm_dev_info *di; local
516 if (!dev_num || dev_num > (PAGE_SIZE * 4) / sizeof(*di))
519 size = sizeof(*dl) + dev_num * sizeof(*di);
525 di = dl->dev_info;
532 (di + n)->id = dev->id;
533 (di + n)->flags = dev->flags;
534 (di + n)->state = dev->dlc->state;
535 (di + n)->channel = dev->channel;
536 bacpy(&(di + n)->src, &dev->src);
537 bacpy(&(di
557 struct rfcomm_dev_info di; local
[all...]
/net/bluetooth/
H A Dhci_core.c2946 struct hci_dev_info di; local
2950 if (copy_from_user(&di, arg, sizeof(di)))
2953 hdev = hci_dev_get(di.dev_id);
2966 strcpy(di.name, hdev->name);
2967 di.bdaddr = hdev->bdaddr;
2968 di.type = (hdev->bus & 0x0f) | ((hdev->dev_type & 0x03) << 4);
2969 di.flags = flags;
2970 di.pkt_type = hdev->pkt_type;
2972 di
[all...]

Completed in 64 milliseconds