Searched refs:cr_id (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_ppp.c | 71 u8 cr_id; /* ID of last Configuration-Request */ member 333 ppp_tx_cp(dev, pid, CP_CONF_REQ, proto->cr_id = ++ppp->seq, in ppp_cp_event() 521 if (cp->id == proto->cr_id) in ppp_rx() 527 if (cp->id == proto->cr_id) in ppp_rx()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 441 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count… argument 443 …value = struct.pack(fmt, 11, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8,…
|