Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 224) sorted by relevance

123456789

/net/bridge/
Dbr_stp_timer.c30 static void br_hello_timer_expired(struct timer_list *t) in br_hello_timer_expired()
46 static void br_message_age_timer_expired(struct timer_list *t) in br_message_age_timer_expired()
79 static void br_forward_delay_timer_expired(struct timer_list *t) in br_forward_delay_timer_expired()
103 static void br_tcn_timer_expired(struct timer_list *t) in br_tcn_timer_expired()
117 static void br_topology_change_timer_expired(struct timer_list *t) in br_topology_change_timer_expired()
128 static void br_hold_timer_expired(struct timer_list *t) in br_hold_timer_expired()
Dbr_stp.c101 int t; in br_should_become_root_port() local
285 int t; in br_should_become_designated_port() local
328 int t; in br_supersedes_port_info() local
568 unsigned long t = clock_t_to_jiffies(val); in br_set_hello_time() local
583 unsigned long t = clock_t_to_jiffies(val); in br_set_max_age() local
598 int __set_ageing_time(struct net_device *dev, unsigned long t) in __set_ageing_time()
625 unsigned long t = clock_t_to_jiffies(ageing_time); in br_set_ageing_time() local
658 unsigned long t; in __br_set_topology_change() local
684 void __br_set_forward_delay(struct net_bridge *br, unsigned long t) in __br_set_forward_delay()
693 unsigned long t = clock_t_to_jiffies(val); in br_set_forward_delay() local
/net/ipv6/
Dip6_vti.c93 struct ip6_tnl *t; in vti6_tnl_lookup() local
153 vti6_tnl_link(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_link()
162 vti6_tnl_unlink(struct vti6_net *ip6n, struct ip6_tnl *t) in vti6_tnl_unlink()
184 struct ip6_tnl *t = netdev_priv(dev); in vti6_tnl_create2() local
207 struct ip6_tnl *t; in vti6_tnl_create() local
261 struct ip6_tnl *t; in vti6_locate() local
289 struct ip6_tnl *t = netdev_priv(dev); in vti6_dev_uninit() local
302 struct ip6_tnl *t; in vti6_input_proto() local
352 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; in vti6_rcv_cb() local
411 vti6_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in vti6_addr_conflict()
[all …]
Dip6_tunnel.c118 struct ip6_tnl *t, *cand = NULL; in ip6_tnl_lookup() local
209 ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_link()
226 ip6_tnl_unlink(struct ip6_tnl_net *ip6n, struct ip6_tnl *t) in ip6_tnl_unlink()
246 struct ip6_tnl *t = netdev_priv(dev); in ip6_dev_free() local
255 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_create2() local
291 struct ip6_tnl *t; in ip6_tnl_create() local
346 struct ip6_tnl *t; in ip6_tnl_locate() local
377 struct ip6_tnl *t = netdev_priv(dev); in ip6_tnl_dev_uninit() local
473 struct ip6_tnl *t; in ip6_tnl_err() local
710 static int ip4ip6_dscp_ecn_decapsulate(const struct ip6_tnl *t, in ip4ip6_dscp_ecn_decapsulate()
[all …]
Dip6_gre.c123 struct ip6_tnl *t, *cand = NULL; in ip6gre_tunnel_lookup() local
267 static void ip6gre_tunnel_link_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_link_md()
273 static void ip6erspan_tunnel_link_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6erspan_tunnel_link_md()
279 static void ip6gre_tunnel_unlink_md(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_unlink_md()
286 struct ip6_tnl *t) in ip6erspan_tunnel_unlink_md()
293 const struct ip6_tnl *t) in ip6gre_bucket()
298 static void ip6gre_tunnel_link(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_link()
306 static void ip6gre_tunnel_unlink(struct ip6gre_net *ign, struct ip6_tnl *t) in ip6gre_tunnel_unlink()
329 struct ip6_tnl *t; in ip6gre_tunnel_find() local
349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
[all …]
Dsit.c88 struct ip_tunnel *t = netdev_priv(dev); in dev_to_sit_net() local
103 struct ip_tunnel *t; in ipip6_tunnel_lookup() local
155 struct ip_tunnel *t) in ipip6_bucket()
160 static void ipip6_tunnel_unlink(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_unlink()
175 static void ipip6_tunnel_link(struct sit_net *sitn, struct ip_tunnel *t) in ipip6_tunnel_link()
186 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_clone_6rd() local
202 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_create() local
233 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
291 __ipip6_tunnel_locate_prl(struct ip_tunnel *t, __be32 addr) in __ipip6_tunnel_locate_prl()
304 struct ip_tunnel *t = netdev_priv(dev); in ipip6_tunnel_get_prl() local
[all …]
/net/sctp/
Dsm_sideeffect.c231 void sctp_generate_t3_rtx_event(struct timer_list *t) in sctp_generate_t3_rtx_event()
308 static void sctp_generate_t1_cookie_event(struct timer_list *t) in sctp_generate_t1_cookie_event()
316 static void sctp_generate_t1_init_event(struct timer_list *t) in sctp_generate_t1_init_event()
324 static void sctp_generate_t2_shutdown_event(struct timer_list *t) in sctp_generate_t2_shutdown_event()
332 static void sctp_generate_t4_rto_event(struct timer_list *t) in sctp_generate_t4_rto_event()
340 static void sctp_generate_t5_shutdown_guard_event(struct timer_list *t) in sctp_generate_t5_shutdown_guard_event()
351 static void sctp_generate_autoclose_event(struct timer_list *t) in sctp_generate_autoclose_event()
362 void sctp_generate_heartbeat_event(struct timer_list *t) in sctp_generate_heartbeat_event()
407 void sctp_generate_proto_unreach_event(struct timer_list *t) in sctp_generate_proto_unreach_event()
442 void sctp_generate_reconf_event(struct timer_list *t) in sctp_generate_reconf_event()
[all …]
Dtransport.c261 bool sctp_transport_pl_send(struct sctp_transport *t) in sctp_transport_pl_send()
314 bool sctp_transport_pl_recv(struct sctp_transport *t) in sctp_transport_pl_recv()
360 static bool sctp_transport_pl_toobig(struct sctp_transport *t, u32 pmtu) in sctp_transport_pl_toobig()
406 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu) in sctp_transport_update_pmtu()
761 void sctp_transport_burst_limited(struct sctp_transport *t) in sctp_transport_burst_limited()
780 void sctp_transport_burst_reset(struct sctp_transport *t) in sctp_transport_burst_reset()
802 void sctp_transport_reset(struct sctp_transport *t) in sctp_transport_reset()
835 void sctp_transport_immediate_rtx(struct sctp_transport *t) in sctp_transport_immediate_rtx()
849 void sctp_transport_dst_release(struct sctp_transport *t) in sctp_transport_dst_release()
857 void sctp_transport_dst_confirm(struct sctp_transport *t) in sctp_transport_dst_confirm()
Dinput.c295 struct sctp_transport *t = chunk->transport; in sctp_backlog_rcv() local
365 struct sctp_transport *t = chunk->transport; in sctp_add_backlog() local
388 struct sctp_transport *t, __u32 pmtu) in sctp_icmp_frag_needed()
423 void sctp_icmp_redirect(struct sock *sk, struct sctp_transport *t, in sctp_icmp_redirect()
448 struct sctp_transport *t) in sctp_icmp_proto_unreachable()
554 void sctp_err_finish(struct sock *sk, struct sctp_transport *t) in sctp_err_finish()
561 static void sctp_v4_err_handle(struct sctp_transport *t, struct sk_buff *skb, in sctp_v4_err_handle()
655 struct sctp_transport *t; in sctp_udp_v4_err() local
904 struct sctp_transport *t = (struct sctp_transport *)ptr; in sctp_hash_cmp() local
926 const struct sctp_transport *t = data; in sctp_hash_obj() local
[all …]
/net/dccp/
Dtimer.c124 static void dccp_write_timer(struct timer_list *t) in dccp_write_timer()
161 static void dccp_keepalive_timer(struct timer_list *t) in dccp_keepalive_timer()
170 static void dccp_delack_timer(struct timer_list *t) in dccp_delack_timer()
222 static void dccp_write_xmitlet(struct tasklet_struct *t) in dccp_write_xmitlet()
236 static void dccp_write_xmit_timer(struct timer_list *t) in dccp_write_xmit_timer()
/net/ax25/
Dax25_timer.c119 static void ax25_heartbeat_expiry(struct timer_list *t) in ax25_heartbeat_expiry()
144 static void ax25_t1timer_expiry(struct timer_list *t) in ax25_t1timer_expiry()
163 static void ax25_t2timer_expiry(struct timer_list *t) in ax25_t2timer_expiry()
182 static void ax25_t3timer_expiry(struct timer_list *t) in ax25_t3timer_expiry()
203 static void ax25_idletimer_expiry(struct timer_list *t) in ax25_idletimer_expiry()
/net/netfilter/
Dxt_recent.c144 static void recent_entry_remove(struct recent_table *t, struct recent_entry *e) in recent_entry_remove()
155 static void recent_entry_reap(struct recent_table *t, unsigned long time, in recent_entry_reap()
179 recent_entry_init(struct recent_table *t, const union nf_inet_addr *addr, in recent_entry_init()
209 static void recent_entry_update(struct recent_table *t, struct recent_entry *e) in recent_entry_update()
221 struct recent_table *t; in recent_table_lookup() local
229 static void recent_table_flush(struct recent_table *t) in recent_table_flush()
245 struct recent_table *t; in recent_mt() local
336 struct recent_table *t; in recent_mt_check() local
455 struct recent_table *t; in recent_mt_destroy() local
483 const struct recent_table *t = st->table; in recent_seq_start() local
[all …]
Dxt_HMARK.c77 hmark_ct_set_htuple(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_ct_set_htuple()
116 hmark_hash(struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_hash()
133 struct hmark_tuple *t, const struct xt_hmark_info *info) in hmark_set_tuple_ports()
165 hmark_pkt_set_htuple_ipv6(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv6()
214 struct hmark_tuple t; in hmark_tg_v6() local
250 hmark_pkt_set_htuple_ipv4(const struct sk_buff *skb, struct hmark_tuple *t, in hmark_pkt_set_htuple_ipv4()
291 struct hmark_tuple t; in hmark_tg_v4() local
/net/netrom/
Dnr_timer.c112 static void nr_heartbeat_expiry(struct timer_list *t) in nr_heartbeat_expiry()
152 static void nr_t2timer_expiry(struct timer_list *t) in nr_t2timer_expiry()
166 static void nr_t4timer_expiry(struct timer_list *t) in nr_t4timer_expiry()
177 static void nr_idletimer_expiry(struct timer_list *t) in nr_idletimer_expiry()
206 static void nr_t1timer_expiry(struct timer_list *t) in nr_t1timer_expiry()
/net/ipv4/netfilter/
Darp_tables.c221 const struct xt_entry_target *t; in arpt_do_table() local
321 const struct xt_standard_target *t in mark_source_chains() local
389 struct xt_entry_target *t = arpt_get_target(e); in check_target() local
408 struct xt_entry_target *t; in find_check_entry() local
438 const struct xt_entry_target *t; in check_underflow() local
502 struct xt_entry_target *t; in cleanup_entry() local
599 static void get_counters(const struct xt_table_info *t, in get_counters()
629 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
689 const struct xt_entry_target *t; in copy_entries_to_user() local
739 const struct xt_entry_target *t; in compat_calc_entry() local
[all …]
Dip_tables.c162 const struct xt_standard_target *t = (void *)ipt_get_target_c(s); in get_chainname_rulenum() local
279 const struct xt_entry_target *t; in ipt_do_table() local
387 const struct xt_standard_target *t in mark_source_chains() local
500 struct xt_entry_target *t = ipt_get_target(e); in check_target() local
520 struct xt_entry_target *t; in find_check_entry() local
574 const struct xt_entry_target *t; in check_underflow() local
640 struct xt_entry_target *t; in cleanup_entry() local
740 get_counters(const struct xt_table_info *t, in get_counters()
770 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
833 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/net/ipv4/
Dip_gre.c144 struct ip_tunnel *t; in ipgre_err() local
809 struct ip_tunnel *t = netdev_priv(dev); in ipgre_tunnel_ctl() local
854 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header() local
891 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open() local
917 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close() local
1139 struct ip_tunnel *t = netdev_priv(dev); in ipgre_netlink_parms() local
1206 struct ip_tunnel *t = netdev_priv(dev); in erspan_netlink_parms() local
1348 struct ip_tunnel *t = netdev_priv(dev); in ipgre_newlink_encap_setup() local
1398 struct ip_tunnel *t = netdev_priv(dev); in ipgre_changelink() local
1427 struct ip_tunnel *t = netdev_priv(dev); in erspan_changelink() local
[all …]
Dfib_trie.c506 static struct key_vector *replace(struct trie *t, in replace()
535 static struct key_vector *inflate(struct trie *t, in inflate()
631 static struct key_vector *halve(struct trie *t, in halve()
686 static struct key_vector *collapse(struct trie *t, in collapse()
846 static struct key_vector *resize(struct trie *t, struct key_vector *tn) in resize()
934 static struct key_vector *fib_find_node(struct trie *t, in fib_find_node()
1017 struct trie *t; in fib_find_matching_alias() local
1098 static void trie_rebalance(struct trie *t, struct key_vector *tn) in trie_rebalance()
1104 static int fib_insert_node(struct trie *t, struct key_vector *tp, in fib_insert_node()
1154 static int fib_insert_alias(struct trie *t, struct key_vector *tp, in fib_insert_alias()
[all …]
Dbpf_tcp_ca.c103 const struct btf_type *t, int off, in bpf_tcp_ca_btf_struct_access()
172 const struct btf_type *t; in prog_ops_moff() local
272 static int bpf_tcp_ca_init_member(const struct btf_type *t, in bpf_tcp_ca_init_member()
311 static int bpf_tcp_ca_check_member(const struct btf_type *t, in bpf_tcp_ca_check_member()
/net/core/
Dpktgen.c235 #define if_lock(t) mutex_lock(&(t->if_lock)); argument
236 #define if_unlock(t) mutex_unlock(&(t->if_lock)); argument
1826 struct pktgen_thread *t = seq->private; in pktgen_thread_show() local
1859 struct pktgen_thread *t = seq->private; in pktgen_thread_write() local
1965 struct pktgen_thread *t; in __pktgen_NN_threads() local
2019 struct pktgen_thread *t; in pktgen_change_name() local
2263 struct hrtimer_sleeper t; in spin() local
2379 __u16 t; in set_cur_queue_map() local
2508 __u32 t; in mod_cur_headers() local
2527 __u32 t; in mod_cur_headers() local
[all …]
/net/6lowpan/
Ddebugfs.c69 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_plen_set() local
85 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_plen_get() local
100 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_pfx_show() local
130 struct lowpan_iphc_ctx_table *t = in lowpan_ctx_pfx_write() local
195 struct lowpan_iphc_ctx_table *t = file->private; in lowpan_context_show() local
/net/ipv6/netfilter/
Dip6_tables.c187 const struct xt_standard_target *t = (void *)ip6t_get_target_c(s); in get_chainname_rulenum() local
302 const struct xt_entry_target *t; in ip6t_do_table() local
406 const struct xt_standard_target *t in mark_source_chains() local
519 struct xt_entry_target *t = ip6t_get_target(e); in check_target() local
540 struct xt_entry_target *t; in find_check_entry() local
593 const struct xt_entry_target *t; in check_underflow() local
658 struct xt_entry_target *t; in cleanup_entry() local
758 get_counters(const struct xt_table_info *t, in get_counters()
788 static void get_old_counters(const struct xt_table_info *t, in get_old_counters()
850 const struct xt_entry_target *t; in copy_entries_to_user() local
[all …]
/net/rose/
Drose_timer.c119 static void rose_heartbeat_expiry(struct timer_list *t) in rose_heartbeat_expiry()
159 static void rose_timer_expiry(struct timer_list *t) in rose_timer_expiry()
189 static void rose_idletimer_expiry(struct timer_list *t) in rose_idletimer_expiry()
/net/netfilter/ipset/
Dip_set_hash_gen.h363 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize()
387 struct htable *t; in mtype_flush() local
416 mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy) in mtype_ahash_destroy()
471 mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r) in mtype_gc_do()
549 struct htable *t; in mtype_gc() local
612 struct htable *t, *orig; in mtype_resize() local
798 const struct htable *t; in mtype_ext_size() local
830 struct htable *t; in mtype_add() local
1025 struct htable *t; in mtype_del() local
1151 struct htable *t = rcu_dereference_bh(h->table); in mtype_test_cidrs() local
[all …]
/net/bridge/netfilter/
Debtables.c200 const struct ebt_entry_target *t; in ebt_do_table() local
659 struct ebt_entry_target *t; in ebt_cleanup_entry() local
686 struct ebt_entry_target *t; in ebt_check_entry() local
805 const struct ebt_entry_target *t; in check_chainloops() local
1015 struct ebt_table *t; in do_replace_finish() local
1184 struct ebt_table *t, *table; in ebt_register_table() local
1292 int ebt_register_template(const struct ebt_table *t, int (*table_init)(struct net *net)) in ebt_register_template()
1320 void ebt_unregister_template(const struct ebt_table *t) in ebt_unregister_template()
1343 struct ebt_table *t; in __ebt_find_table() local
1382 struct ebt_table *t; in do_update_counters() local
[all …]

123456789