| /include/rv/ |
| D | instrumentation.h | 16 #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/ |
| D | atmsvc.h | 52 #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)
|
| D | can.h | 251 struct { canid_t rx_id, tx_id; } tp; member
|
| D | tcp.h | 70 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) argument
|
| /include/net/ |
| D | tc_wrapper.h | 140 const struct tcf_proto *tp, \ 153 static inline int tc_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tc_classify() argument 160 if (tp->classify == cls_bpf_classify) in tc_classify() 161 return cls_bpf_classify(skb, tp, res); in tc_classify() 164 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() [all …]
|
| D | tcp.h | 399 void tcp_clear_retrans(struct tcp_sock *tp); 645 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb); 718 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument 729 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 730 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 732 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 735 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd() 765 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() argument 767 return usecs_to_jiffies((tp->srtt_us >> 3) + tp->rttvar_us); in __tcp_set_rto() 770 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument [all …]
|
| D | netlink.h | 392 #define __NLA_IS_UINT_TYPE(tp) \ argument 393 (tp == NLA_U8 || tp == NLA_U16 || tp == NLA_U32 || \ 394 tp == NLA_U64 || tp == NLA_UINT || \ 395 tp == NLA_BE16 || tp == NLA_BE32) 396 #define __NLA_IS_SINT_TYPE(tp) \ argument 397 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64 || \ 398 tp == NLA_SINT) 401 #define NLA_ENSURE_UINT_TYPE(tp) \ argument 402 (__NLA_ENSURE(__NLA_IS_UINT_TYPE(tp)) + tp) 403 #define NLA_ENSURE_UINT_OR_BINARY_TYPE(tp) \ argument [all …]
|
| D | pkt_cls.h | 53 struct tcf_proto *tp); 65 int police, struct tcf_proto *tp, u32 handle, bool used_action_miss); 94 const struct tcf_proto *tp, struct tcf_result *res, 97 static inline bool tc_cls_stats_dump(struct tcf_proto *tp, in tc_cls_stats_dump() argument 101 if (arg->count >= arg->skip && arg->fn(tp, filter, arg) < 0) { in tc_cls_stats_dump() 154 const struct tcf_proto *tp, in tcf_classify() argument 180 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter() argument 182 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter() 204 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() argument 206 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter() [all …]
|
| D | sch_generic.h | 353 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 357 void (*put)(struct tcf_proto *tp, void *f); 363 int (*delete)(struct tcf_proto *tp, void *arg, 366 bool (*delete_empty)(struct tcf_proto *tp); 367 void (*walk)(struct tcf_proto *tp, 369 int (*reoffload)(struct tcf_proto *tp, bool add, 372 void (*hw_add)(struct tcf_proto *tp, 374 void (*hw_del)(struct tcf_proto *tp, 387 struct tcf_exts * (*get_exts)(const struct tcf_proto *tp, 395 struct tcf_proto *tp, void *fh, [all …]
|
| D | act_api.h | 120 struct tcf_proto *tp, 209 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, 215 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp, 265 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
|
| D | tcp_ao.h | 195 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
|
| D | flow_dissector.h | 204 struct flow_dissector_key_ports tp; member
|
| /include/linux/ |
| D | tracepoint-defs.h | 51 struct tracepoint *tp; member 81 #define DECLARE_TRACEPOINT(tp) \ argument 82 extern struct tracepoint __tracepoint_##tp 85 # define tracepoint_enabled(tp) \ argument 86 static_key_false(&(__tracepoint_##tp).key)
|
| D | torture.h | 93 void torture_shuffle_task_register(struct task_struct *tp); 113 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)); 114 void _torture_stop_kthread(char *m, struct task_struct **tp); 116 #define torture_create_kthread(n, arg, tp) \ argument 118 "Failed to create " #n, &(tp), NULL) 119 #define torture_create_kthread_cb(n, arg, tp, cbf) \ argument 121 "Failed to create " #n, &(tp), cbf) 122 #define torture_stop_kthread(n, tp) \ argument 123 _torture_stop_kthread("Stopping " #n " task", &(tp))
|
| D | tcp.h | 579 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() argument 582 tp->saved_syn = req->saved_syn; in tcp_move_syn() 586 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() argument 588 kfree(tp->saved_syn); in tcp_saved_syn_free() 589 tp->saved_syn = NULL; in tcp_saved_syn_free() 602 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp() argument 607 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
|
| D | tracepoint.h | 38 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data); 40 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, 43 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data, 46 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data); 48 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument 51 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist() 55 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
|
| D | trace_events.h | 384 struct tracepoint *tp; member 478 return call->tp ? call->tp->name : NULL; in trace_event_name()
|
| /include/trace/ |
| D | trace_custom_events.h | 209 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; \
|
| D | trace_events.h | 471 .tp = &__tracepoint_##call, \ 488 .tp = &__tracepoint_##call, \
|
| D | bpf_probe.h | 73 .tp = &__tracepoint_##call, \
|
| /include/trace/events/ |
| D | tcp.h | 294 const struct tcp_sock *tp = tcp_sk(sk); 308 __entry->snd_nxt = tp->snd_nxt; 309 __entry->snd_una = tp->snd_una; 310 __entry->snd_cwnd = tcp_snd_cwnd(tp); 311 __entry->snd_wnd = tp->snd_wnd; 312 __entry->rcv_wnd = tp->rcv_wnd; 314 __entry->srtt = tp->srtt_us >> 3;
|
| /include/net/netfilter/ |
| D | nf_tables_offload.h | 50 struct flow_dissector_key_ports tp; member
|
| /include/trace/hooks/ |
| D | net.h | 95 TP_PROTO(struct tcp_sock *tp, u32 sample, int win_dep), TP_ARGS(tp, sample, win_dep));
|
| D | vendor_hooks.h | 18 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data);
|
| /include/linux/mfd/ |
| D | si476x-core.h | 327 bool tp; member
|