Home
last modified time | relevance | path

Searched defs:tbl (Results 1 – 25 of 29) sorted by relevance

12

/net/mac80211/
Dmesh_pathtbl.c45 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local
50 static void mesh_table_init(struct mesh_table *tbl) in mesh_table_init()
64 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free()
206 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup()
243 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx()
300 struct mesh_table *tbl; in mesh_path_add_gate() local
335 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del()
396 struct mesh_table *tbl; in mesh_path_add() local
438 struct mesh_table *tbl; in mpp_path_add() local
484 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_plink_broken() local
[all …]
/net/core/
Dneighbour.c181 struct neigh_table *tbl) in neigh_del()
201 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one()
224 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
325 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
379 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
387 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown()
399 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down()
406 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
413 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc()
520 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
[all …]
Dsysctl_net_core.c221 struct ctl_table tbl = { in set_default_qdisc() local
616 struct ctl_table *tbl; in sysctl_core_net_init() local
647 struct ctl_table *tbl; in sysctl_core_net_exit() local
/net/netfilter/ipvs/
Dip_vs_lblc.c168 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash()
179 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
198 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblc_new()
231 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_flush() local
258 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_full_check() local
296 struct ip_vs_lblc_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblc_check_expire() local
346 struct ip_vs_lblc_table *tbl; in ip_vs_lblc_init_svc() local
384 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_done_svc() local
484 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_schedule() local
Dip_vs_lblcr.c331 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash()
342 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
361 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblcr_new()
397 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_flush() local
423 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_full_check() local
460 struct ip_vs_lblcr_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblcr_check_expire() local
509 struct ip_vs_lblcr_table *tbl; in ip_vs_lblcr_init_svc() local
547 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_done_svc() local
648 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_schedule() local
/net/sctp/
Dsysctl.c384 struct ctl_table tbl; in proc_sctp_do_hmac_alg() local
431 struct ctl_table tbl; in proc_sctp_do_rto_min() local
459 struct ctl_table tbl; in proc_sctp_do_rto_max() local
495 struct ctl_table tbl; in proc_sctp_do_auth() local
526 struct ctl_table tbl; in proc_sctp_do_udp_port() local
565 struct ctl_table tbl; in proc_sctp_do_probe_interval() local
/net/openvswitch/
Dmeter.c55 static struct dp_meter *lookup_meter(const struct dp_meter_table *tbl, in lookup_meter()
98 dp_meter_instance_realloc(struct dp_meter_table *tbl, u32 size) in dp_meter_instance_realloc()
137 static int attach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in attach_meter()
172 static int detach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in detach_meter()
733 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_init() local
760 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_exit() local
Dflow_table.c247 static int tbl_mask_array_realloc(struct flow_table *tbl, int size) in tbl_mask_array_realloc()
272 static int tbl_mask_array_add_mask(struct flow_table *tbl, in tbl_mask_array_add_mask()
300 static void tbl_mask_array_del_mask(struct flow_table *tbl, in tbl_mask_array_del_mask()
333 static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask) in flow_mask_remove()
729 static struct sw_flow *flow_lookup(struct flow_table *tbl, in flow_lookup()
785 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl, in ovs_flow_tbl_lookup_stats()
849 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl, in ovs_flow_tbl_lookup()
869 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl, in ovs_flow_tbl_lookup_exact()
919 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl, in ovs_flow_tbl_lookup_ufid()
989 static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl, in flow_mask_find()
[all …]
/net/ipv4/
Dsysctl_net_ipv4.c229 struct ctl_table tbl = { in proc_tcp_congestion_control() local
247 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, }; in proc_tcp_available_congestion_control() local
263 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX }; in proc_allowed_congestion_control() local
304 struct ctl_table tbl = { .maxlen = ((TCP_FASTOPEN_KEY_LENGTH * in proc_tcp_fastopen_key() local
386 struct ctl_table tbl = { .maxlen = TCP_ULP_BUF_MAX, }; in proc_tcp_available_ulp() local
Dudp_diag.c28 static int udp_dump_one(struct udp_table *tbl, in udp_dump_one()
169 struct udp_table *tbl) in __udp_diag_destroy()
Dfib_rules.c112 struct fib_table *tbl; in fib4_rule_action() local
Ddevinet.c2666 struct ctl_table *tbl; in devinet_init_net() local
2753 struct ctl_table *tbl; in devinet_exit_net() local
Darp.c1123 struct neigh_table *tbl = &arp_tbl; in arp_invalidate() local
Droute.c3612 struct ctl_table *tbl; in sysctl_route_net_init() local
3642 struct ctl_table *tbl; in sysctl_route_net_exit() local
Dfib_semantics.c1154 struct fib_table *tbl = NULL; in fib_check_nh_v4_gw() local
/net/netlink/
Ddiag.c93 struct netlink_table *tbl = &nl_table[protocol]; in __netlink_diag_dump() local
Daf_netlink.c549 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; in netlink_update_listeners() local
2118 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; in __netlink_change_ngroups() local
2164 struct netlink_table *tbl = &nl_table[ksk->sk_protocol]; in __netlink_clear_multicast_users() local
/net/bridge/
Dbr_vlan_tunnel.c37 static struct net_bridge_vlan *br_vlan_tunnel_lookup(struct rhashtable *tbl, in br_vlan_tunnel_lookup()
Dbr_fdb.c90 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, in fdb_find_rcu()
Dbr_vlan.c32 static struct net_bridge_vlan *br_vlan_lookup(struct rhashtable *tbl, u16 vid) in br_vlan_lookup()
/net/rds/
Dtcp.c530 struct ctl_table *tbl; in rds_tcp_init_net() local
/net/netlabel/
Dnetlabel_domainhash.c36 struct list_head *tbl; member
Dnetlabel_unlabeled.c63 struct list_head *tbl; member
/net/sched/
Dsch_netem.c776 static int get_dist_table(struct disttable **tbl, const struct nlattr *attr) in get_dist_table()
/net/atm/
Dlec.c827 static void *lec_tbl_walk(struct lec_state *state, struct hlist_head *tbl, in lec_tbl_walk()

12