Searched defs:tp (Results 1 - 5 of 5) sorted by relevance

/include/uapi/linux/
H A Dcan.h168 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon1681
/include/net/
H A Dpkt_cls.h27 cls_set_class(struct tcf_proto *tp, unsigned long *clp, argument
32 tcf_tree_lock(tp);
34 tcf_tree_unlock(tp);
40 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) argument
44 cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, r->classid);
45 cl = cls_set_class(tp, &r->class, cl);
47 tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
51 tcf_unbind_filter(struct tcf_proto *tp, struc argument
263 tcf_em_tree_change(struct tcf_proto *tp, struct tcf_ematch_tree *dst, struct tcf_ematch_tree *src) argument
[all...]
H A Dtcp.h206 /* Flags in tp->nonagle */
413 void tcp_clear_retrans(struct tcp_sock *tp);
422 void tcp_disable_fack(struct tcp_sock *tp);
555 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) argument
566 if (tp->max_window >= 512)
567 cutoff = (tp->max_window >> 1);
569 cutoff = tp->max_window;
572 return max_t(int, cutoff, 68U - tp->tcp_header_len);
599 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) argument
601 return usecs_to_jiffies((tp
604 __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) argument
611 tcp_fast_path_on(struct tcp_sock *tp) argument
618 struct tcp_sock *tp = tcp_sk(sk); local
647 tcp_receive_window(const struct tcp_sock *tp) argument
880 tcp_is_sack(const struct tcp_sock *tp) argument
885 tcp_is_reno(const struct tcp_sock *tp) argument
890 tcp_is_fack(const struct tcp_sock *tp) argument
895 tcp_enable_fack(struct tcp_sock *tp) argument
903 tcp_enable_early_retrans(struct tcp_sock *tp) argument
915 tcp_left_out(const struct tcp_sock *tp) argument
934 tcp_packets_in_flight(const struct tcp_sock *tp) argument
941 tcp_in_initial_slowstart(const struct tcp_sock *tp) argument
958 const struct tcp_sock *tp = tcp_sk(sk); local
977 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) argument
988 tcp_max_burst(const struct tcp_sock *tp) argument
994 tcp_wnd_end(const struct tcp_sock *tp) argument
1014 const struct tcp_sock *tp = tcp_sk(sk); local
1025 const struct tcp_sock *tp = tcp_sk(sk); local
1033 tcp_init_wl(struct tcp_sock *tp, u32 seq) argument
1038 tcp_update_wl(struct tcp_sock *tp, u32 seq) argument
1065 tcp_prequeue_init(struct tcp_sock *tp) argument
1149 keepalive_intvl_when(const struct tcp_sock *tp) argument
1154 keepalive_time_when(const struct tcp_sock *tp) argument
1159 keepalive_probes(const struct tcp_sock *tp) argument
1164 keepalive_time_elapsed(const struct tcp_sock *tp) argument
1233 tcp_clear_retrans_hints_partial(struct tcp_sock *tp) argument
1238 tcp_clear_all_retrans_hints(struct tcp_sock *tp) argument
1497 struct tcp_sock *tp = tcp_sk(sk); local
1507 tcp_highest_sack_seq(struct tcp_sock *tp) argument
1546 tcp_stream_is_thin(struct tcp_sock *tp) argument
1592 tcp_notsent_lowat(const struct tcp_sock *tp) argument
1599 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/include/linux/
H A Dftrace_event.h269 /* Set TRACE_EVENT_FL_TRACEPOINT flag when using "tp" */
270 struct tracepoint *tp; member in union:ftrace_event_call::__anon282
301 return call->tp ? call->tp->name : NULL;
/include/linux/mfd/
H A Dsi476x-core.h327 * @tp: Current channel's TP flag.
336 bool tp; member in struct:si476x_rds_status_report

Completed in 1182 milliseconds