/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 | 195 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/linux/ |
D | tracepoint-defs.h | 50 struct tracepoint *tp; member 80 #define DECLARE_TRACEPOINT(tp) \ argument 81 extern struct tracepoint __tracepoint_##tp 84 # define tracepoint_enabled(tp) \ argument 85 static_key_false(&(__tracepoint_##tp).key)
|
D | torture.h | 96 void torture_shuffle_task_register(struct task_struct *tp); 116 char *f, struct task_struct **tp); 117 void _torture_stop_kthread(char *m, struct task_struct **tp); 119 #define torture_create_kthread(n, arg, tp) \ argument 121 "Failed to create " #n, &(tp)) 122 #define torture_stop_kthread(n, tp) \ argument 123 _torture_stop_kthread("Stopping " #n " task", &(tp))
|
D | tcp.h | 482 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() argument 485 tp->saved_syn = req->saved_syn; in tcp_move_syn() 489 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() argument 491 kfree(tp->saved_syn); in tcp_saved_syn_free() 492 tp->saved_syn = NULL; in tcp_saved_syn_free() 505 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp() argument 510 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
|
D | tracepoint.h | 39 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data); 41 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data, 44 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data, 47 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data); 49 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument 52 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist() 56 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
|
D | trace_events.h | 352 struct tracepoint *tp; member 444 return call->tp ? call->tp->name : NULL; in trace_event_name()
|
D | atmdev.h | 291 int atm_pcr_goal(const struct atm_trafprm *tp);
|
D | syscalls.h | 662 const struct __kernel_timespec __user *tp); 664 struct __kernel_timespec __user *tp); 666 struct __kernel_timespec __user *tp); 676 struct old_timespec32 __user *tp); 678 struct old_timespec32 __user *tp); 680 struct old_timespec32 __user *tp);
|
/include/net/ |
D | tcp.h | 386 void tcp_clear_retrans(struct tcp_sock *tp); 579 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb); 616 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb); 638 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() argument 649 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 650 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 652 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 655 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd() 679 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() argument 681 return usecs_to_jiffies((tp->srtt_us >> 3) + tp->rttvar_us); in __tcp_set_rto() [all …]
|
D | netlink.h | 367 #define __NLA_IS_UINT_TYPE(tp) \ argument 368 (tp == NLA_U8 || tp == NLA_U16 || tp == NLA_U32 || tp == NLA_U64) 369 #define __NLA_IS_SINT_TYPE(tp) \ argument 370 (tp == NLA_S8 || tp == NLA_S16 || tp == NLA_S32 || tp == NLA_S64) 373 #define NLA_ENSURE_UINT_TYPE(tp) \ argument 374 (__NLA_ENSURE(__NLA_IS_UINT_TYPE(tp)) + tp) 375 #define NLA_ENSURE_UINT_OR_BINARY_TYPE(tp) \ argument 376 (__NLA_ENSURE(__NLA_IS_UINT_TYPE(tp) || \ 377 tp == NLA_MSECS || \ 378 tp == NLA_BINARY) + tp) [all …]
|
D | pkt_cls.h | 51 struct tcf_proto *tp); 81 const struct tcf_proto *tp, struct tcf_result *res, 141 const struct tcf_proto *tp, in tcf_classify() argument 167 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter() argument 169 struct Qdisc *q = tp->chain->block->q; in tcf_bind_filter() 191 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() argument 193 struct Qdisc *q = tp->chain->block->q; in tcf_unbind_filter() 320 int tcf_exts_validate(struct net *net, struct tcf_proto *tp, 475 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument 541 int tc_setup_cb_add(struct tcf_block *block, struct tcf_proto *tp, [all …]
|
D | act_api.h | 111 struct tcf_proto *tp, 189 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, 196 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp, 243 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
|
D | sch_generic.h | 347 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 351 void (*put)(struct tcf_proto *tp, void *f); 357 int (*delete)(struct tcf_proto *tp, void *arg, 360 bool (*delete_empty)(struct tcf_proto *tp); 361 void (*walk)(struct tcf_proto *tp, 363 int (*reoffload)(struct tcf_proto *tp, bool add, 366 void (*hw_add)(struct tcf_proto *tp, 368 void (*hw_del)(struct tcf_proto *tp, 383 struct tcf_proto *tp, void *fh, 488 static inline bool lockdep_tcf_proto_is_locked(struct tcf_proto *tp) in lockdep_tcf_proto_is_locked() argument [all …]
|
D | mptcp.h | 123 void mptcp_write_options(__be32 *ptr, const struct tcp_sock *tp,
|
/include/trace/events/ |
D | tcp.h | 266 const struct tcp_sock *tp = tcp_sk(sk); 280 __entry->snd_nxt = tp->snd_nxt; 281 __entry->snd_una = tp->snd_una; 282 __entry->snd_cwnd = tcp_snd_cwnd(tp); 283 __entry->snd_wnd = tp->snd_wnd; 284 __entry->rcv_wnd = tp->rcv_wnd; 286 __entry->srtt = tp->srtt_us >> 3;
|
/include/net/netfilter/ |
D | nf_tables_offload.h | 50 struct flow_dissector_key_ports tp; member
|
D | nf_flow_table.h | 38 struct flow_dissector_key_ports tp; member
|
/include/trace/hooks/ |
D | vendor_hooks.h | 18 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data);
|
/include/trace/ |
D | bpf_probe.h | 109 .tp = &__tracepoint_##call, \
|
D | trace_events.h | 979 .tp = &__tracepoint_##call, \ 996 .tp = &__tracepoint_##call, \
|
/include/linux/mfd/ |
D | si476x-core.h | 327 bool tp; member
|