Home
last modified time | relevance | path

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

/include/uapi/linux/
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)
Dcan.h176 struct { canid_t rx_id, tx_id; } tp; member
Dtcp.h70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) argument
/include/linux/
Dtorture.h60 void torture_shuffle_task_register(struct task_struct *tp);
80 char *f, struct task_struct **tp);
81 void _torture_stop_kthread(char *m, struct task_struct **tp);
83 #define torture_create_kthread(n, arg, tp) \ argument
85 "Failed to create " #n, &(tp))
86 #define torture_stop_kthread(n, tp) \ argument
87 _torture_stop_kthread("Stopping " #n " task", &(tp))
Dtracepoint.h38 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),
172 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
197 it_func_ptr = rcu_dereference_raw((tp)->funcs); \
Dtcp.h471 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() argument
474 tp->saved_syn = req->saved_syn; in tcp_move_syn()
478 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() argument
480 kfree(tp->saved_syn); in tcp_saved_syn_free()
481 tp->saved_syn = NULL; in tcp_saved_syn_free()
486 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp() argument
491 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
Dtracepoint-defs.h45 struct tracepoint *tp; member
Dtrace_events.h260 struct tracepoint *tp; member
316 return call->tp ? call->tp->name : NULL; in trace_event_name()
Datmdev.h299 int atm_pcr_goal(const struct atm_trafprm *tp);
Dsyscalls.h623 const struct __kernel_timespec __user *tp);
625 struct __kernel_timespec __user *tp);
627 struct __kernel_timespec __user *tp);
637 struct old_timespec32 __user *tp);
639 struct old_timespec32 __user *tp);
641 struct old_timespec32 __user *tp);
/include/net/
Dtcp.h389 void tcp_clear_retrans(struct tcp_sock *tp);
610 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb);
632 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument
643 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
644 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
646 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
649 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
674 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() argument
676 return usecs_to_jiffies((tp->srtt_us >> 3) + tp->rttvar_us); in __tcp_set_rto()
679 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument
[all …]
Dpkt_cls.h45 struct tcf_proto *tp, bool rtnl_held);
73 int tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp,
131 static inline int tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tcf_classify() argument
156 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter() argument
158 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter()
180 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() argument
182 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter()
305 int tcf_exts_validate(struct net *net, struct tcf_proto *tp,
455 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
517 int tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp,
[all …]
Dnetlink.h341 #define NLA_ENSURE_INT_TYPE(tp) \ argument
342 (__NLA_ENSURE(tp == NLA_S8 || tp == NLA_U8 || \
343 tp == NLA_S16 || tp == NLA_U16 || \
344 tp == NLA_S32 || tp == NLA_U32 || \
345 tp == NLA_S64 || tp == NLA_U64) + tp)
346 #define NLA_ENSURE_NO_VALIDATION_PTR(tp) \ argument
347 (__NLA_ENSURE(tp != NLA_BITFIELD32 && \
348 tp != NLA_REJECT && \
349 tp != NLA_NESTED && \
350 tp != NLA_NESTED_ARRAY) + tp)
[all …]
Dact_api.h97 int bind, bool rtnl_held, struct tcf_proto *tp,
176 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla,
180 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
191 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
Dsch_generic.h329 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
333 void (*put)(struct tcf_proto *tp, void *f);
339 int (*delete)(struct tcf_proto *tp, void *arg,
342 bool (*delete_empty)(struct tcf_proto *tp);
343 void (*walk)(struct tcf_proto *tp,
345 int (*reoffload)(struct tcf_proto *tp, bool add,
348 void (*hw_add)(struct tcf_proto *tp,
350 void (*hw_del)(struct tcf_proto *tp,
467 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked() argument
469 return lockdep_is_held(&tp->lock); in lockdep_tcf_proto_is_locked()
[all …]
/include/trace/events/
Dtcp.h256 const struct tcp_sock *tp = tcp_sk(sk);
269 __entry->snd_nxt = tp->snd_nxt;
270 __entry->snd_una = tp->snd_una;
271 __entry->snd_cwnd = tp->snd_cwnd;
272 __entry->snd_wnd = tp->snd_wnd;
273 __entry->rcv_wnd = tp->rcv_wnd;
275 __entry->srtt = tp->srtt_us >> 3;
/include/trace/hooks/
Dvendor_hooks.h27 #define DO_HOOK(tp, proto, args, cond) \ argument
36 it_func_ptr = (tp)->funcs; \
/include/net/netfilter/
Dnf_tables_offload.h45 struct flow_dissector_key_ports tp; member
/include/trace/
Dbpf_probe.h80 .tp = &__tracepoint_##call, \
Dtrace_events.h778 .tp = &__tracepoint_##call, \
795 .tp = &__tracepoint_##call, \
/include/linux/mfd/
Dsi476x-core.h327 bool tp; member