Searched refs:cr_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_ppp.c | 68 u8 cr_id; /* ID of last Configuration-Request */ member 331 ppp_tx_cp(dev, pid, CP_CONF_REQ, proto->cr_id = ++ppp->seq, in ppp_cp_event() 525 if (cp->id == proto->cr_id) in ppp_rx() 531 if (cp->id == proto->cr_id) in ppp_rx()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1040 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x): 1042 value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8, parent_call_path_id, 4, flags, 8, parent_id, 8, insn_cnt, 8, cyc_cnt)
|
/kernel/linux/linux-6.6/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, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x): 1045 value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8, parent_call_path_id, 4, flags, 8, parent_id, 8, insn_cnt, 8, cyc_cnt)
|
Completed in 6 milliseconds