Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 25 of 27) sorted by relevance

12

/include/rv/
A Dinstrumentation.h16 #define rv_attach_trace_probe(monitor, tp, rv_handler) \ argument
18 check_trace_callback_type_##tp(rv_handler); \
19 WARN_ONCE(register_trace_##tp(rv_handler, NULL), \
20 "fail attaching " #monitor " " #tp "handler"); \
26 #define rv_detach_trace_probe(monitor, tp, rv_handler) \ argument
28 unregister_trace_##tp(rv_handler, NULL); \
/include/uapi/linux/
A Datmsvc.h52 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \ argument
53 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
54 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
A Dcan.h252 struct { canid_t rx_id, tx_id; } tp; member
A Dtcp.h72 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) argument
/include/net/
A Dtc_wrapper.h164 if (tp->classify == u32_classify) in tc_classify()
165 return u32_classify(skb, tp, res); in tc_classify()
168 if (tp->classify == fl_classify) in tc_classify()
169 return fl_classify(skb, tp, res); in tc_classify()
172 if (tp->classify == fw_classify) in tc_classify()
173 return fw_classify(skb, tp, res); in tc_classify()
176 if (tp->classify == mall_classify) in tc_classify()
180 if (tp->classify == basic_classify) in tc_classify()
188 if (tp->classify == flow_classify) in tc_classify()
197 return tp->classify(skb, tp, res); in tc_classify()
[all …]
A Dtcp.h827 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
876 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt; in tcp_receive_window()
1358 return tp->sacked_out + tp->lost_out; in tcp_left_out()
1377 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight()
1395 return tcp_snd_cwnd(tp) < tp->snd_ssthresh; in tcp_in_slow_start()
1426 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out) argument
1442 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
2109 return tp->write_seq == tp->snd_nxt; in tcp_write_queue_empty()
2576 !before(tp->urg_seq, tp->rcv_nxt)) { in tcp_inq()
2578 answ = tp->rcv_nxt - tp->copied_seq; in tcp_inq()
[all …]
A Dnetlink.h404 (tp == NLA_U8 || tp == NLA_U16 || tp == NLA_U32 || \
405 tp == NLA_U64 || tp == NLA_UINT || \
406 tp == NLA_BE16 || tp == NLA_BE32)
408 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \
409 tp == NLA_SINT)
413 (__NLA_ENSURE(__NLA_IS_UINT_TYPE(tp)) + tp)
416 tp == NLA_MSECS || \
417 tp == NLA_BINARY) + tp)
419 (__NLA_ENSURE(__NLA_IS_SINT_TYPE(tp)) + tp)
424 tp == NLA_BINARY) + tp)
[all …]
A Dpkt_cls.h53 struct tcf_proto *tp);
94 const struct tcf_proto *tp, struct tcf_result *res,
154 const struct tcf_proto *tp, in tcf_classify() argument
182 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter()
206 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter()
752 const struct tcf_proto *tp, u32 flags, in tc_cls_common_offload_init() argument
755 cls_common->chain_index = tp->chain->index; in tc_cls_common_offload_init()
756 cls_common->protocol = tp->protocol; in tc_cls_common_offload_init()
757 cls_common->prio = tp->prio >> 16; in tc_cls_common_offload_init()
765 if (tp->usesw) in tcf_proto_update_usesw()
[all …]
A Dsch_generic.h345 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
349 void (*put)(struct tcf_proto *tp, void *f);
355 int (*delete)(struct tcf_proto *tp, void *arg,
358 bool (*delete_empty)(struct tcf_proto *tp);
359 void (*walk)(struct tcf_proto *tp,
361 int (*reoffload)(struct tcf_proto *tp, bool add,
364 void (*hw_add)(struct tcf_proto *tp,
366 void (*hw_del)(struct tcf_proto *tp,
387 struct tcf_proto *tp, void *fh,
500 return lockdep_is_held(&tp->lock); in lockdep_tcf_proto_is_locked()
[all …]
A Dact_api.h125 struct tcf_proto *tp,
212 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla,
218 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
267 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
A Dtcp_ao.h195 void tcp_ao_time_wait(struct tcp_timewait_sock *tcptw, struct tcp_sock *tp);
313 struct tcp_sock *tp) in tcp_ao_time_wait() argument
A Dflow_dissector.h204 struct flow_dissector_key_ports tp; member
A Dmptcp.h157 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
/include/linux/
A Dtracepoint-defs.h57 struct tracepoint *tp; member
87 #define DECLARE_TRACEPOINT(tp) \ argument
88 extern struct tracepoint __tracepoint_##tp
91 # define tracepoint_enabled(tp) \ argument
92 static_branch_unlikely(&(__tracepoint_##tp).key)
A Dtorture.h93 void torture_shuffle_task_register(struct task_struct *tp);
114 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp));
115 void _torture_stop_kthread(char *m, struct task_struct **tp);
117 #define torture_create_kthread(n, arg, tp) \ argument
119 "Failed to create " #n, &(tp), NULL)
120 #define torture_create_kthread_cb(n, arg, tp, cbf) \ argument
122 "Failed to create " #n, &(tp), cbf)
123 #define torture_stop_kthread(n, tp) \ argument
124 _torture_stop_kthread("Stopping " #n " task", &(tp))
A Dtracepoint.h37 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
39 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data,
42 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
45 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
47 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument
50 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist()
54 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
120 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable() argument
122 return tp->ext && tp->ext->faultable; in tracepoint_is_faultable()
127 static inline bool tracepoint_is_faultable(struct tracepoint *tp) in tracepoint_is_faultable() argument
A Dtcp.h577 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() argument
580 tp->saved_syn = req->saved_syn; in tcp_move_syn()
584 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() argument
586 kfree(tp->saved_syn); in tcp_saved_syn_free()
587 tp->saved_syn = NULL; in tcp_saved_syn_free()
600 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp() argument
605 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
A Dtrace_events.h369 struct tracepoint *tp; member
462 return call->tp ? call->tp->name : NULL; in trace_event_name()
A Datmdev.h297 int atm_pcr_goal(const struct atm_trafprm *tp);
/include/trace/
A Dtrace_custom_events.h209 static inline int trace_custom_event_##call##_update(struct tracepoint *tp) \
211 if (tp->name && strcmp(tp->name, #call) == 0) { \
212 custom_event_##call.tp = tp; \
A Dtrace_events.h497 .tp = &__tracepoint_##call, \
514 .tp = &__tracepoint_##call, \
A Dbpf_probe.h87 .tp = &__tracepoint_##call, \
/include/trace/events/
A Dtcp.h235 struct tcp_sock *tp = tcp_sk(sk);
240 __entry->copied = tp->copied_seq - tp->rcvq_space.seq;
241 __entry->inq = tp->rcv_nxt - tp->copied_seq;
242 __entry->space = tp->rcvq_space.space;
245 tp->rcv_nxt;
402 __entry->snd_nxt = tp->snd_nxt;
403 __entry->snd_una = tp->snd_una;
404 __entry->snd_cwnd = tcp_snd_cwnd(tp);
405 __entry->snd_wnd = tp->snd_wnd;
406 __entry->rcv_wnd = tp->rcv_wnd;
[all …]
/include/net/netfilter/
A Dnf_tables_offload.h50 struct flow_dissector_key_ports tp; member
/include/linux/mfd/
A Dsi476x-core.h327 bool tp; member

Completed in 84 milliseconds

12