Searched defs:dc (Results 1 - 6 of 6) sorted by relevance

/net/netfilter/
H A Dxt_qtaguid_print.h18 char *pp_data_counters(struct data_counters *dc, bool showValues);
49 static inline char *pp_data_counters(struct data_counters *dc, bool showValues) argument
H A Dxt_qtaguid_print.c56 char *pp_data_counters(struct data_counters *dc, bool showValues) argument
60 if (!dc)
83 dc,
84 dc->bpc[0][IFS_RX][IFS_TCP].bytes,
85 dc->bpc[0][IFS_RX][IFS_TCP].packets,
86 dc->bpc[0][IFS_RX][IFS_UDP].bytes,
87 dc->bpc[0][IFS_RX][IFS_UDP].packets,
88 dc->bpc[0][IFS_RX][IFS_PROTO_OTHER].bytes,
89 dc->bpc[0][IFS_RX][IFS_PROTO_OTHER].packets,
90 dc
[all...]
H A Dxt_qtaguid.c1105 data_counters_update(struct data_counters *dc, int set, argument
1110 dc_add_byte_packets(dc, set, direction, IFS_TCP, bytes, 1);
1113 dc_add_byte_packets(dc, set, direction, IFS_UDP, bytes, 1);
1117 dc_add_byte_packets(dc, set, direction, IFS_PROTO_OTHER, bytes,
/net/core/
H A Dutils.c194 u8 *d, *dc = NULL; local
232 dc = d;
234 if (dc - dbuf >= sizeof(dbuf))
267 if (!dc && d + 2 < dbuf + sizeof(dbuf)) {
275 if ((dc && d + 4 < dbuf + sizeof(dbuf)) ||
288 if (dc) {
289 while(d >= dc)
291 while(i >= dc - dbuf)
/net/wireless/
H A Dcore.h215 } dc; member in union:cfg80211_event::__anon176
/net/bluetooth/
H A Dmgmt.c1324 struct hci_cp_disconnect dc; local
1330 dc.handle = cpu_to_le16(conn->handle);
1331 dc.reason = 0x15; /* Terminated due to Power Off */
1332 hci_req_add(&req, HCI_OP_DISCONNECT, sizeof(dc), &dc);
2700 struct hci_cp_disconnect dc; local
2775 dc.handle = cpu_to_le16(conn->handle);
2776 dc.reason = 0x13; /* Remote User Terminated Connection */
2777 err = hci_send_cmd(hdev, HCI_OP_DISCONNECT, sizeof(dc), &dc);
[all...]

Completed in 280 milliseconds