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