/linux-4.4.14/fs/reiserfs/ |
D | do_balan.c | 19 static inline void buffer_info_init_left(struct tree_balance *tb, in buffer_info_init_left() 28 static inline void buffer_info_init_right(struct tree_balance *tb, in buffer_info_init_right() 37 static inline void buffer_info_init_tbS0(struct tree_balance *tb, in buffer_info_init_tbS0() 46 static inline void buffer_info_init_bh(struct tree_balance *tb, in buffer_info_init_bh() 56 inline void do_balance_mark_leaf_dirty(struct tree_balance *tb, in do_balance_mark_leaf_dirty() 77 static void balance_leaf_when_delete_del(struct tree_balance *tb) in balance_leaf_when_delete_del() 109 static void balance_leaf_when_delete_cut(struct tree_balance *tb) in balance_leaf_when_delete_cut() 146 static int balance_leaf_when_delete_left(struct tree_balance *tb) in balance_leaf_when_delete_left() 239 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) in balance_leaf_when_delete() 289 static unsigned int balance_leaf_insert_left(struct tree_balance *tb, in balance_leaf_insert_left() [all …]
|
D | fix_node.c | 51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node() 194 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left() 280 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right() 374 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver() 623 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters() 654 static int is_leaf_removable(struct tree_balance *tb) in is_leaf_removable() 698 static int are_leaves_removable(struct tree_balance *tb, int lfree, int rfree) in are_leaves_removable() 799 static void free_buffers_in_tb(struct tree_balance *tb) in free_buffers_in_tb() 829 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes() 917 static int get_lfree(struct tree_balance *tb, int h) in get_lfree() [all …]
|
D | ibalance.c | 28 struct tree_balance *tb, in internal_define_dest_src_infos() 493 struct tree_balance *tb, in internal_shift_left() 534 static void internal_shift1_left(struct tree_balance *tb, in internal_shift1_left() 565 struct tree_balance *tb, in internal_shift_right() 609 static void internal_shift1_right(struct tree_balance *tb, in internal_shift1_right() 632 static void balance_internal_when_delete(struct tree_balance *tb, in balance_internal_when_delete() 760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey() 775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey() 803 int balance_internal(struct tree_balance *tb, in balance_internal()
|
D | lbalance.c | 629 static void leaf_define_dest_src_infos(int shift_mode, struct tree_balance *tb, in leaf_define_dest_src_infos() 715 int leaf_move_items(int shift_mode, struct tree_balance *tb, int mov_num, in leaf_move_items() 741 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_left() 794 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_right()
|
D | stree.c | 1146 static int calc_deleted_bytes_number(struct tree_balance *tb, char mode) in calc_deleted_bytes_number() 1173 struct tree_balance *tb, in init_tb_struct() 1390 struct tree_balance tb; in reiserfs_delete_solid_item() local
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 17 struct trace_buffer *tb; in trace_buffer_allocate() local 38 static bool trace_check_bounds(struct trace_buffer *tb, void *p) in trace_check_bounds() 43 static bool trace_check_alloc(struct trace_buffer *tb, void *p) in trace_check_alloc() 62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc() 76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry() 87 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value) in trace_log_reg() 104 int trace_log_counter(struct trace_buffer *tb, u64 value) in trace_log_counter() 120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string() 142 int trace_log_indent(struct trace_buffer *tb) in trace_log_indent() 155 int trace_log_outdent(struct trace_buffer *tb) in trace_log_outdent() [all …]
|
/linux-4.4.14/drivers/thunderbolt/ |
D | tb.c | 63 static void tb_free_invalid_tunnels(struct tb *tb) in tb_free_invalid_tunnels() 143 static void tb_activate_pcie_devices(struct tb *tb) in tb_activate_pcie_devices() 205 struct tb *tb; member 219 struct tb *tb = ev->tb; in tb_handle_hotplug() local 287 struct tb *tb = data; in tb_schedule_hotplug_handler() local 306 void thunderbolt_shutdown_and_free(struct tb *tb) in thunderbolt_shutdown_and_free() 351 struct tb *tb; in thunderbolt_alloc_and_start() local 398 void thunderbolt_suspend(struct tb *tb) in thunderbolt_suspend() 409 void thunderbolt_resume(struct tb *tb) in thunderbolt_resume()
|
D | tb.h | 21 struct tb *tb; member 80 struct tb *tb; member 99 struct tb { struct 102 * any struct tb_switch / struct tb_port. argument 104 struct tb_nhi *nhi; argument 105 struct tb_ctl *ctl; argument 107 struct tb_switch *root_switch; argument 110 * tb_handle_hotplug will stop progressing plug argument 188 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 189 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument [all …]
|
D | switch.c | 43 static void tb_dump_port(struct tb *tb, struct tb_regs_port_header *port) in tb_dump_port() 212 static void tb_dump_switch(struct tb *tb, struct tb_regs_switch_header *sw) in tb_dump_switch() 235 int tb_switch_reset(struct tb *tb, u64 route) in tb_switch_reset() 339 struct tb_switch *tb_switch_alloc(struct tb *tb, u64 route) in tb_switch_alloc()
|
D | nhi.c | 499 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend_noirq() local 507 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local 538 struct tb *tb; in nhi_probe() local 612 struct tb *tb = pci_get_drvdata(pdev); in nhi_remove() local
|
D | tunnel_pci.h | 13 struct tb *tb; member
|
D | path.c | 35 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops) in tb_path_alloc()
|
D | tunnel_pci.c | 58 struct tb_pci_tunnel *tb_pci_alloc(struct tb *tb, struct tb_port *up, in tb_pci_alloc()
|
/linux-4.4.14/net/dcb/ |
D | dcbnl.c | 222 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getstate() 233 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfccfg() 278 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getperm_hwaddr() 292 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getcap() 336 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getnumtcs() 382 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setnumtcs() 415 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getpfcstate() 425 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setpfcstate() 443 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_getapp() 512 u32 seq, struct nlattr **tb, struct sk_buff *skb) in dcbnl_setapp() [all …]
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | testmode.c | 72 static int wl1271_tm_cmd_test(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_test() 151 static int wl1271_tm_cmd_interrogate(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_interrogate() 215 static int wl1271_tm_cmd_configure(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_configure() 247 static int wl1271_tm_detect_fem(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_detect_fem() 284 static int wl1271_tm_cmd_set_plt_mode(struct wl1271 *wl, struct nlattr *tb[]) in wl1271_tm_cmd_set_plt_mode() 315 static int wl12xx_tm_cmd_get_mac(struct wl1271 *wl, struct nlattr *tb[]) in wl12xx_tm_cmd_get_mac() 365 struct nlattr *tb[WL1271_TM_ATTR_MAX + 1]; in wl1271_tm_cmd() local
|
D | vendor_cmd.c | 35 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_start() local 110 struct nlattr *tb[NUM_WLCORE_VENDOR_ATTR]; in wlcore_vendor_cmd_smart_config_set_group_key() local
|
/linux-4.4.14/drivers/iio/common/st_sensors/ |
D | st_sensors_spi.c | 29 static int st_sensors_spi_read(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_read() 66 static int st_sensors_spi_read_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_read_byte() 73 struct st_sensor_transfer_buffer *tb, struct device *dev, in st_sensors_spi_read_multiple_byte() 79 static int st_sensors_spi_write_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_spi_write_byte()
|
D | st_sensors_i2c.c | 29 static int st_sensors_i2c_read_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_i2c_read_byte() 45 struct st_sensor_transfer_buffer *tb, struct device *dev, in st_sensors_i2c_read_multiple_byte() 55 static int st_sensors_i2c_write_byte(struct st_sensor_transfer_buffer *tb, in st_sensors_i2c_write_byte()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | testmode.c | 110 static int ath10k_tm_cmd_get_version(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_get_version() 312 static int ath10k_tm_cmd_utf_start(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_start() 429 static int ath10k_tm_cmd_utf_stop(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_utf_stop() 453 static int ath10k_tm_cmd_wmi(struct ath10k *ar, struct nlattr *tb[]) in ath10k_tm_cmd_wmi() 513 struct nlattr *tb[ATH10K_TM_ATTR_MAX + 1]; in ath10k_tm_cmd() local
|
D | wmi-tlv.c | 135 const void **tb = data; in ath10k_wmi_tlv_iter_parse() local 143 static int ath10k_wmi_tlv_parse(struct ath10k *ar, const void **tb, in ath10k_wmi_tlv_parse() 154 const void **tb; in ath10k_wmi_tlv_parse_alloc() local 181 const void **tb; in ath10k_wmi_tlv_event_bcn_tx_status() local 228 const void **tb; in ath10k_wmi_tlv_event_diag_data() local 291 const void **tb; in ath10k_wmi_tlv_event_diag() local 319 const void **tb; in ath10k_wmi_tlv_event_p2p_noa() local 353 const void **tb; in ath10k_wmi_tlv_event_tx_pause() local 568 const void **tb; in ath10k_wmi_tlv_op_pull_scan_ev() local 600 const void **tb; in ath10k_wmi_tlv_op_pull_mgmt_rx_ev() local [all …]
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink_cthelper.c | 71 struct nlattr *tb[NFCTH_TUPLE_MAX+1]; in nfnl_cthelper_parse_tuple() local 131 struct nlattr *tb[NFCTH_POLICY_MAX+1]; in nfnl_cthelper_expect_policy() local 163 struct nlattr *tb[NFCTH_POLICY_SET_MAX+1]; in nfnl_cthelper_parse_expect_policy() local 202 nfnl_cthelper_create(const struct nlattr * const tb[], in nfnl_cthelper_create() 257 nfnl_cthelper_update(const struct nlattr * const tb[], in nfnl_cthelper_update() 291 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_cthelper_new() 503 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_cthelper_get() 575 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_cthelper_del()
|
D | nft_limit.c | 55 const struct nlattr * const tb[]) in nft_limit_init() 127 const struct nlattr * const tb[]) in nft_limit_pkts_init() 169 const struct nlattr * const tb[]) in nft_limit_pkt_bytes_init() 194 const struct nlattr * const tb[]) in nft_limit_select_ops()
|
D | nft_meta.c | 224 const struct nlattr * const tb[]) in nft_meta_get_init() 276 const struct nlattr * const tb[]) in nft_meta_set_init() 356 const struct nlattr * const tb[]) in nft_meta_select_ops()
|
D | nft_cmp.c | 72 const struct nlattr * const tb[]) in nft_cmp_init() 121 const struct nlattr * const tb[]) in nft_cmp_fast_init() 175 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_cmp_select_ops()
|
D | nft_ct.c | 224 const struct nlattr * const tb[]) in nft_ct_get_init() 324 const struct nlattr * const tb[]) in nft_ct_set_init() 422 const struct nlattr * const tb[]) in nft_ct_select_ops()
|
D | nfnetlink_acct.c | 51 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_new() 239 struct nlattr *tb[NFACCT_FILTER_MAX + 1]; in nfacct_filter_alloc() local 258 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_get() 338 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_acct_del()
|
D | nft_payload.c | 118 const struct nlattr * const tb[]) in nft_payload_init() 165 const struct nlattr * const tb[]) in nft_payload_select_ops()
|
D | nft_compat.c | 184 struct nlattr *tb[NFTA_RULE_COMPAT_MAX+1]; in nft_parse_compat() local 208 const struct nlattr * const tb[]) in nft_target_init() 396 const struct nlattr * const tb[]) in nft_match_init() 524 const struct nlmsghdr *nlh, const struct nlattr * const tb[]) in nfnl_compat_get() 631 const struct nlattr * const tb[]) in nft_match_select_ops() 711 const struct nlattr * const tb[]) in nft_target_select_ops()
|
D | nft_reject.c | 31 const struct nlattr * const tb[]) in nft_reject_init()
|
D | nft_masq.c | 41 const struct nlattr * const tb[]) in nft_masq_init()
|
D | nft_redir.c | 44 const struct nlattr * const tb[]) in nft_redir_init()
|
D | nf_nat_proto_common.c | 99 int nf_nat_l4proto_nlattr_to_range(struct nlattr *tb[], in nf_nat_l4proto_nlattr_to_range()
|
D | nft_reject_inet.c | 66 const struct nlattr * const tb[]) in nft_reject_inet_init()
|
D | nft_exthdr.c | 59 const struct nlattr * const tb[]) in nft_exthdr_init()
|
D | nft_queue.c | 65 const struct nlattr * const tb[]) in nft_queue_init()
|
D | nft_lookup.c | 54 const struct nlattr * const tb[]) in nft_lookup_init()
|
D | nft_bitwise.c | 51 const struct nlattr * const tb[]) in nft_bitwise_init()
|
D | nft_byteorder.c | 79 const struct nlattr * const tb[]) in nft_byteorder_init()
|
D | nft_log.c | 50 const struct nlattr * const tb[]) in nft_log_init()
|
D | nft_immediate.c | 42 const struct nlattr * const tb[]) in nft_immediate_init()
|
D | nft_nat.c | 118 const struct nlattr * const tb[]) in nft_nat_init()
|
D | nf_conntrack_proto_dccp.c | 668 struct nlattr *tb[CTA_PROTOINFO_DCCP_MAX + 1]; in nlattr_to_dccp() local 716 static int dccp_timeout_nlattr_to_obj(struct nlattr *tb[], in dccp_timeout_nlattr_to_obj()
|
D | nft_dynset.c | 103 const struct nlattr * const tb[]) in nft_dynset_init()
|
D | nft_counter.c | 95 const struct nlattr * const tb[]) in nft_counter_init()
|
D | nf_conntrack_proto_sctp.c | 563 struct nlattr *tb[CTA_PROTOINFO_SCTP_MAX+1]; in nlattr_to_sctp() local 605 static int sctp_timeout_nlattr_to_obj(struct nlattr *tb[], in sctp_timeout_nlattr_to_obj()
|
D | nf_conntrack_proto_generic.c | 107 static int generic_timeout_nlattr_to_obj(struct nlattr *tb[], in generic_timeout_nlattr_to_obj()
|
D | nf_conntrack_proto_udp.c | 161 static int udp_timeout_nlattr_to_obj(struct nlattr *tb[], in udp_timeout_nlattr_to_obj()
|
D | nf_nat_core.c | 732 struct nlattr *tb[CTA_PROTONAT_MAX+1]; in nfnetlink_parse_nat_proto() local 760 struct nlattr *tb[CTA_NAT_MAX+1]; in nfnetlink_parse_nat() local
|
D | nf_conntrack_proto_tcp.c | 1232 struct nlattr *tb[CTA_PROTOINFO_TCP_MAX+1]; in nlattr_to_tcp() local 1297 static int tcp_timeout_nlattr_to_obj(struct nlattr *tb[], in tcp_timeout_nlattr_to_obj()
|
D | nf_conntrack_netlink.c | 897 struct nlattr *tb[CTA_IP_MAX+1]; in ctnetlink_parse_tuple_ip() local 928 struct nlattr *tb[CTA_PROTO_MAX+1]; in ctnetlink_parse_tuple_proto() local 1004 struct nlattr *tb[CTA_TUPLE_MAX+1]; in ctnetlink_parse_tuple() local 1058 struct nlattr *tb[CTA_HELP_MAX+1]; in ctnetlink_parse_help() local 1553 struct nlattr *tb[CTA_PROTOINFO_MAX+1]; in ctnetlink_change_protoinfo() local 2970 struct nlattr *tb[CTA_EXPECT_NAT_MAX+1]; in ctnetlink_parse_expect_nat() local
|
D | nf_conntrack_proto_udplite.c | 176 static int udplite_timeout_nlattr_to_obj(struct nlattr *tb[], in udplite_timeout_nlattr_to_obj()
|
D | nf_conntrack_proto_gre.c | 306 static int gre_timeout_nlattr_to_obj(struct nlattr *tb[], in gre_timeout_nlattr_to_obj()
|
/linux-4.4.14/drivers/target/ |
D | target_core_hba.c | 53 struct target_backend *tb, *old; in transport_backend_register() local 81 struct target_backend *tb; in target_backend_unregister() local 105 struct target_backend *tb; in core_get_backend() local
|
/linux-4.4.14/arch/sparc/mm/ |
D | tlb.c | 25 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() local 55 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_enter_lazy_mmu_mode() local 62 struct tlb_batch *tb = this_cpu_ptr(&tlb_batch); in arch_leave_lazy_mmu_mode() local 72 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in tlb_batch_add_one() local
|
D | tsb.c | 63 static void __flush_tsb_one(struct tlb_batch *tb, unsigned long hash_shift, in __flush_tsb_one() 72 void flush_tsb_user(struct tlb_batch *tb) in flush_tsb_user()
|
/linux-4.4.14/net/ipv4/ |
D | fib_frontend.c | 79 struct fib_table *tb, *alias = NULL; in fib_new_table() local 117 struct fib_table *tb; in fib_get_table() local 187 struct fib_table *tb; in fib_flush() local 199 struct fib_table *tb; in fib_flush_external() local 592 struct fib_table *tb; in ip_rt_ioctl() local 713 struct fib_table *tb; in inet_rtm_delroute() local 735 struct fib_table *tb; in inet_rtm_newroute() local 758 struct fib_table *tb; in inet_dump_fib() local 806 struct fib_table *tb; in fib_magic() local 1049 struct fib_table *tb; in nl_fib_lookup() local [all …]
|
D | fib_trie.c | 1081 int fib_table_insert(struct fib_table *tb, struct fib_config *cfg) in fib_table_insert() 1269 int fib_table_lookup(struct fib_table *tb, const struct flowi4 *flp, in fib_table_lookup() 1490 int fib_table_delete(struct fib_table *tb, struct fib_config *cfg) in fib_table_delete() 1620 static void fib_trie_free(struct fib_table *tb) in fib_trie_free() 1735 void fib_table_flush_external(struct fib_table *tb) in fib_table_flush_external() 1809 int fib_table_flush(struct fib_table *tb) in fib_table_flush() 1882 struct fib_table *tb = container_of(head, struct fib_table, rcu); in __trie_free_rcu() local 1892 void fib_free_table(struct fib_table *tb) in fib_free_table() 1897 static int fn_trie_dump_leaf(struct key_vector *l, struct fib_table *tb, in fn_trie_dump_leaf() 1939 int fib_table_dump(struct fib_table *tb, struct sk_buff *skb, in fib_table_dump() [all …]
|
D | inet_hashtables.c | 66 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create() local 83 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy() 91 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash() 109 struct inet_bind_bucket *tb; in __inet_put_port() local 136 struct inet_bind_bucket *tb; in __inet_inherit_port() local 511 struct inet_bind_bucket *tb; in __inet_hash_connect() local
|
D | ip_gre.c | 916 static int ipgre_tunnel_validate(struct nlattr *tb[], struct nlattr *data[]) in ipgre_tunnel_validate() 934 static int ipgre_tap_validate(struct nlattr *tb[], struct nlattr *data[]) in ipgre_tap_validate() 960 struct nlattr *tb[], in ipgre_netlink_parms() 1070 struct nlattr *tb[], struct nlattr *data[]) in ipgre_newlink() 1087 static int ipgre_changelink(struct net_device *dev, struct nlattr *tb[], in ipgre_changelink() 1231 struct nlattr *tb[IFLA_MAX + 1]; in gretap_fb_dev_create() local
|
D | ip_vti.c | 438 static int vti_tunnel_validate(struct nlattr *tb[], struct nlattr *data[]) in vti_tunnel_validate() 473 struct nlattr *tb[], struct nlattr *data[]) in vti_newlink() 481 static int vti_changelink(struct net_device *dev, struct nlattr *tb[], in vti_changelink()
|
D | ipip.c | 379 struct nlattr *tb[], struct nlattr *data[]) in ipip_newlink() 396 static int ipip_changelink(struct net_device *dev, struct nlattr *tb[], in ipip_changelink()
|
D | fib_rules.c | 169 struct nlattr **tb) in fib4_rule_configure() 246 struct nlattr **tb) in fib4_rule_compare()
|
D | ip_tunnel_core.c | 238 struct nlattr *tb[LWTUNNEL_IP_MAX + 1]; in ip_tun_build_state() local 333 struct nlattr *tb[LWTUNNEL_IP6_MAX + 1]; in ip6_tun_build_state() local
|
D | inet_timewait_sock.c | 32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash() local
|
D | devinet.c | 578 struct nlattr *tb[IFA_MAX+1]; in inet_rtm_deladdr() local 749 struct nlattr *tb[IFA_MAX+1]; in rtm_to_ifaddr() local 1689 struct nlattr *a, *tb[IFLA_INET_MAX+1]; in inet_validate_link_af() local 1717 struct nlattr *a, *tb[IFLA_INET_MAX+1]; in inet_set_link_af() local 1840 struct nlattr *tb[NETCONFA_MAX+1]; in inet_netconf_get_devconf() local
|
D | inet_connection_sock.c | 47 const struct inet_bind_bucket *tb, bool relax) in inet_csk_bind_conflict() 97 struct inet_bind_bucket *tb; in inet_csk_get_port() local
|
D | ip_tunnel.c | 1089 int ip_tunnel_newlink(struct net_device *dev, struct nlattr *tb[], in ip_tunnel_newlink() 1128 int ip_tunnel_changelink(struct net_device *dev, struct nlattr *tb[], in ip_tunnel_changelink()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | smp-tbsync.c | 24 volatile u64 tb; member 47 u64 tb; in smp_generic_take_timebase() local 80 u64 tb; in start_contest() local
|
/linux-4.4.14/net/8021q/ |
D | vlan_netlink.c | 41 static int vlan_validate(struct nlattr *tb[], struct nlattr *data[]) in vlan_validate() 90 struct nlattr *tb[], struct nlattr *data[]) in vlan_changelink() 117 struct nlattr *tb[], struct nlattr *data[]) in vlan_newlink()
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 408 struct dn_fib_table *tb, in dn_hash_dump_bucket() 437 struct dn_fib_table *tb, in dn_hash_dump_zone() 459 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump() 491 struct dn_fib_table *tb; in dn_fib_dump() local 526 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert() 663 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete() 768 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush() 787 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() 891 struct dn_fib_table *tb; in dn_fib_flush() local
|
D | dn_rules.c | 123 struct nlattr **tb) in dn_fib_rule_configure() 161 struct nlattr **tb) in dn_fib_rule_compare() 185 struct dn_fib_table *tb = dn_fib_get_table(RT_TABLE_LOCAL, 0); in dnet_addr_type() local
|
D | dn_fib.c | 504 struct dn_fib_table *tb; in dn_fib_rtm_delroute() local 529 struct dn_fib_table *tb; in dn_fib_rtm_newroute() local 553 struct dn_fib_table *tb; in fib_magic() local
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_netlink.c | 121 static int bond_validate(struct nlattr *tb[], struct nlattr *data[]) in bond_validate() 134 struct nlattr *tb[], struct nlattr *data[]) in bond_slave_changelink() 160 struct nlattr *tb[], struct nlattr *data[]) in bond_changelink() 441 struct nlattr *tb[], struct nlattr *data[]) in bond_newlink()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 53 const struct nlattr * const tb[]) in nft_meta_bridge_get_init() 92 const struct nlattr * const tb[]) in nft_meta_bridge_select_ops()
|
D | nft_reject_bridge.c | 325 const struct nlattr * const tb[]) in nft_reject_bridge_init()
|
/linux-4.4.14/net/bridge/ |
D | br_netlink.c | 607 static void br_set_port_flag(struct net_bridge_port *p, struct nlattr *tb[], in br_set_port_flag() 620 static int br_setport(struct net_bridge_port *p, struct nlattr *tb[]) in br_setport() 674 struct nlattr *tb[IFLA_BRPORT_MAX + 1]; in br_setlink() local 749 static int br_validate(struct nlattr *tb[], struct nlattr *data[]) in br_validate() 777 struct nlattr *tb[], struct nlattr *data[]) in br_dev_newlink() 792 struct nlattr *tb[], in br_port_slave_changelink() 853 static int br_changelink(struct net_device *brdev, struct nlattr *tb[], in br_changelink()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_netlink.c | 68 struct nlattr *tb[], struct nlattr *data[]) in ipoib_changelink() 96 struct nlattr *tb[], struct nlattr *data[]) in ipoib_new_child_link()
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 1424 struct nlattr *tb[IFLA_MAX+1]; in rtnl_dump_ifinfo() local 1481 int rtnl_nla_parse_ifla(struct nlattr **tb, const struct nlattr *head, int len) in rtnl_nla_parse_ifla() 1487 struct net *rtnl_link_get_net(struct net *src_net, struct nlattr *tb[]) in rtnl_link_get_net() 1503 static int validate_linkmsg(struct net_device *dev, struct nlattr *tb[]) in validate_linkmsg() 1539 static int do_setvfinfo(struct net_device *dev, struct nlattr **tb) in do_setvfinfo() 1684 struct nlattr **tb, char *ifname, int status) in do_setlink() 1953 struct nlattr *tb[IFLA_MAX+1]; in rtnl_setlink() local 2046 struct nlattr *tb[IFLA_MAX+1]; in rtnl_dellink() local 2093 const struct rtnl_link_ops *ops, struct nlattr *tb[]) in rtnl_create_link() 2149 struct nlattr **tb) in rtnl_group_changelink() [all …]
|
D | fib_rules.c | 246 static int validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, in validate_rulemsg() 274 struct nlattr *tb[FRA_MAX+1]; in fib_nl_newrule() local 434 struct nlattr *tb[FRA_MAX+1]; in fib_nl_delrule() local
|
D | net_namespace.c | 544 struct nlattr *tb[NETNSA_MAX + 1]; in rtnl_net_newid() local 618 struct nlattr *tb[NETNSA_MAX + 1]; in rtnl_net_getid() local
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 294 struct nlattr *tb[IPSET_ATTR_IPADDR_MAX + 1]; in ip_set_get_ipaddr4() local 311 struct nlattr *tb[IPSET_ATTR_IPADDR_MAX + 1]; in ip_set_get_ipaddr6() local 359 add_extension(enum ip_set_ext_id id, u32 flags, struct nlattr *tb[]) in add_extension() 367 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, in ip_set_elem_len() 392 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], in ip_set_get_extensions() 733 protocol_failed(const struct nlattr * const tb[]) in protocol_failed() 845 struct nlattr *tb[IPSET_ATTR_CREATE_MAX + 1] = {}; in ip_set_create() local 1446 struct nlattr *tb[], enum ipset_adt adt, in call_ad() 1510 struct nlattr *tb[IPSET_ATTR_ADT_MAX + 1] = {}; in ip_set_uadd() local 1565 struct nlattr *tb[IPSET_ATTR_ADT_MAX + 1] = {}; in ip_set_udel() local [all …]
|
D | ip_set_hash_ipmark.c | 101 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark4_uadt() 227 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipmark6_uadt()
|
D | ip_set_hash_ip.c | 101 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip4_uadt() 234 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ip6_uadt()
|
D | ip_set_bitmap_port.c | 129 bitmap_port_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_port_uadt() 224 bitmap_port_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_port_create()
|
D | ip_set_hash_ipport.c | 108 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport4_uadt() 266 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport6_uadt()
|
D | ip_set_hash_ipportip.c | 111 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip4_uadt() 277 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip6_uadt()
|
D | ip_set_bitmap_ip.c | 132 bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ip_uadt() 242 bitmap_ip_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ip_create()
|
D | ip_set_hash_net.c | 139 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_net4_uadt() 308 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_net6_uadt()
|
D | ip_set_bitmap_ipmac.c | 241 bitmap_ipmac_uadt(struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_uadt() 315 bitmap_ipmac_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in bitmap_ipmac_create()
|
D | ip_set_hash_mac.c | 102 hash_mac4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_mac4_uadt()
|
D | ip_set_hash_netport.c | 157 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netport4_uadt() 372 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netport6_uadt()
|
D | ip_set_hash_netnet.c | 165 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netnet4_uadt() 399 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netnet6_uadt()
|
D | ip_set_hash_ipportnet.c | 163 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportnet4_uadt() 414 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportnet6_uadt()
|
D | ip_set_hash_netportnet.c | 180 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netportnet4_uadt() 458 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netportnet6_uadt()
|
D | ip_set_hash_netiface.c | 198 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netiface4_uadt() 409 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], in hash_netiface6_uadt()
|
D | ip_set_list_set.c | 351 list_set_uadt(struct ip_set *set, struct nlattr *tb[], in list_set_uadt() 605 list_set_create(struct net *net, struct ip_set *set, struct nlattr *tb[], in list_set_create()
|
/linux-4.4.14/crypto/ |
D | seqiv.c | 254 struct rtattr **tb) in seqiv_ablkcipher_create() 288 static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_aead_create() 330 static int seqiv_create(struct crypto_template *tmpl, struct rtattr **tb) in seqiv_create()
|
D | zlib.c | 86 struct nlattr *tb[ZLIB_COMP_MAX + 1]; in zlib_compress_setup() local 217 struct nlattr *tb[ZLIB_DECOMP_MAX + 1]; in zlib_decompress_setup() local
|
D | ccm.c | 505 struct rtattr **tb, in crypto_ccm_create_common() 608 static int crypto_ccm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_ccm_create() 637 struct rtattr **tb) in crypto_ccm_base_create() 808 struct rtattr **tb) in crypto_rfc4309_create()
|
D | cryptd.c | 171 static inline void cryptd_check_internal(struct rtattr **tb, u32 *type, in cryptd_check_internal() 341 struct rtattr **tb, in cryptd_create_blkcipher() 602 static int cryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in cryptd_create_hash() 773 struct rtattr **tb, in cryptd_create_aead() 833 static int cryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in cryptd_create()
|
D | mcryptd.c | 261 static inline void mcryptd_check_internal(struct rtattr **tb, u32 *type, in mcryptd_check_internal() 490 static int mcryptd_create_hash(struct crypto_template *tmpl, struct rtattr **tb, in mcryptd_create_hash() 557 static int mcryptd_create(struct crypto_template *tmpl, struct rtattr **tb) in mcryptd_create()
|
D | ctr.c | 181 static struct crypto_instance *crypto_ctr_alloc(struct rtattr **tb) in crypto_ctr_alloc() 336 static struct crypto_instance *crypto_rfc3686_alloc(struct rtattr **tb) in crypto_rfc3686_alloc()
|
D | gcm.c | 620 struct rtattr **tb, in crypto_gcm_create_common() 726 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() 755 struct rtattr **tb) in crypto_gcm_base_create() 923 struct rtattr **tb) in crypto_rfc4106_create() 1160 struct rtattr **tb) in crypto_rfc4543_create()
|
D | pcrypt.c | 273 static int pcrypt_create_aead(struct crypto_template *tmpl, struct rtattr **tb, in pcrypt_create_aead() 336 static int pcrypt_create(struct crypto_template *tmpl, struct rtattr **tb) in pcrypt_create()
|
D | arc4.c | 58 u32 ty, ta, tb; in arc4_crypt() local
|
D | chacha20poly1305.c | 569 static int chachapoly_create(struct crypto_template *tmpl, struct rtattr **tb, in chachapoly_create() 681 static int rfc7539_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539_create() 686 static int rfc7539esp_create(struct crypto_template *tmpl, struct rtattr **tb) in rfc7539esp_create()
|
D | echainiv.c | 179 struct rtattr **tb) in echainiv_aead_create()
|
D | eseqiv.c | 192 static struct crypto_instance *eseqiv_alloc(struct rtattr **tb) in eseqiv_alloc()
|
D | ecb.c | 118 static struct crypto_instance *crypto_ecb_alloc(struct rtattr **tb) in crypto_ecb_alloc()
|
D | xcbc.c | 199 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
D | cmac.c | 225 static int cmac_create(struct crypto_template *tmpl, struct rtattr **tb) in cmac_create()
|
D | algboss.c | 29 struct rtattr *tb[CRYPTO_MAX_ATTRS + 2]; member
|
D | hmac.c | 181 static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) in hmac_create()
|
D | chainiv.c | 262 static struct crypto_instance *chainiv_alloc(struct rtattr **tb) in chainiv_alloc()
|
D | algapi.c | 732 struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb) in crypto_get_attr_type() 750 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type()
|
D | keywrap.c | 343 static struct crypto_instance *crypto_kw_alloc(struct rtattr **tb) in crypto_kw_alloc()
|
D | pcbc.c | 224 static struct crypto_instance *crypto_pcbc_alloc(struct rtattr **tb) in crypto_pcbc_alloc()
|
D | cbc.c | 214 static struct crypto_instance *crypto_cbc_alloc(struct rtattr **tb) in crypto_cbc_alloc()
|
D | xts.c | 287 static struct crypto_instance *alloc(struct rtattr **tb) in alloc()
|
D | cts.c | 274 static struct crypto_instance *crypto_cts_alloc(struct rtattr **tb) in crypto_cts_alloc()
|
D | aead.c | 192 struct rtattr **tb, u32 type, u32 mask) in aead_geniv_alloc()
|
D | lrw.c | 326 static struct crypto_instance *alloc(struct rtattr **tb) in alloc()
|
/linux-4.4.14/net/sched/ |
D | act_bpf.c | 176 static int tcf_bpf_init_from_ops(struct nlattr **tb, struct tcf_bpf_cfg *cfg) in tcf_bpf_init_from_ops() 215 static int tcf_bpf_init_from_efd(struct nlattr **tb, struct tcf_bpf_cfg *cfg) in tcf_bpf_init_from_efd() 278 struct nlattr *tb[TCA_ACT_BPF_MAX + 1]; in tcf_bpf_init() local
|
D | cls_bpf.c | 226 static int cls_bpf_prog_from_ops(struct nlattr **tb, struct cls_bpf_prog *prog) in cls_bpf_prog_from_ops() 265 static int cls_bpf_prog_from_efd(struct nlattr **tb, struct cls_bpf_prog *prog, in cls_bpf_prog_from_efd() 306 unsigned long base, struct nlattr **tb, in cls_bpf_modify_existing() 380 struct nlattr *tb[TCA_BPF_MAX + 1]; in cls_bpf_change() local
|
D | act_api.c | 511 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1() local 591 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init() local 727 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1() local 785 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush() local 884 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd() local 1020 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind() local
|
D | cls_flower.c | 223 static void fl_set_key_val(struct nlattr **tb, in fl_set_key_val() 236 static int fl_set_key(struct net *net, struct nlattr **tb, in fl_set_key() 400 unsigned long base, struct nlattr **tb, in fl_set_parms() 460 struct nlattr *tb[TCA_FLOWER_MAX + 1]; in fl_change() local
|
D | cls_basic.c | 134 struct nlattr **tb, in basic_set_parms() 171 struct nlattr *tb[TCA_BASIC_MAX + 1]; in basic_change() local
|
D | cls_fw.c | 191 struct nlattr **tb, struct nlattr **tca, unsigned long base, bool ovr) in fw_change_attrs() 245 struct nlattr *tb[TCA_FW_MAX + 1]; in fw_change() local
|
D | act_skbedit.c | 64 struct nlattr *tb[TCA_SKBEDIT_MAX + 1]; in tcf_skbedit_init() local
|
D | act_connmark.c | 100 struct nlattr *tb[TCA_CONNMARK_MAX + 1]; in tcf_connmark_init() local
|
D | act_vlan.c | 71 struct nlattr *tb[TCA_VLAN_MAX + 1]; in tcf_vlan_init() local
|
D | sch_dsmark.c | 117 struct nlattr *tb[TCA_DSMARK_MAX + 1]; in dsmark_change() local 343 struct nlattr *tb[TCA_DSMARK_MAX + 1]; in dsmark_init() local
|
D | act_gact.c | 60 struct nlattr *tb[TCA_GACT_MAX + 1]; in tcf_gact_init() local
|
D | act_nat.c | 41 struct nlattr *tb[TCA_NAT_MAX + 1]; in tcf_nat_init() local
|
D | act_pedit.c | 36 struct nlattr *tb[TCA_PEDIT_MAX + 1]; in tcf_pedit_init() local
|
D | act_simple.c | 83 struct nlattr *tb[TCA_DEF_MAX + 1]; in tcf_simp_init() local
|
D | act_mirred.c | 57 struct nlattr *tb[TCA_MIRRED_MAX + 1]; in tcf_mirred_init() local
|
D | sch_codel.c | 119 struct nlattr *tb[TCA_CODEL_MAX + 1]; in codel_change() local
|
D | act_ipt.c | 89 struct nlattr *tb[TCA_IPT_MAX + 1]; in tcf_ipt_init() local
|
D | cls_tcindex.c | 239 struct tcindex_filter_result *r, struct nlattr **tb, in tcindex_set_parms() 433 struct nlattr *tb[TCA_TCINDEX_MAX + 1]; in tcindex_change() local
|
D | sch_gred.c | 428 struct nlattr *tb[TCA_GRED_MAX + 1]; in gred_change() local 500 struct nlattr *tb[TCA_GRED_MAX + 1]; in gred_init() local
|
D | cls_cgroup.c | 76 struct nlattr *tb[TCA_CGROUP_MAX + 1]; in cls_cgroup_change() local
|
D | cls_route.c | 383 struct nlattr **tb, struct nlattr *est, int new, in route4_set_parms() 485 struct nlattr *tb[TCA_ROUTE4_MAX + 1]; in route4_change() local
|
D | ematch.c | 308 struct nlattr *tb[TCA_EMATCH_TREE_MAX + 1]; in tcf_em_tree_validate() local
|
D | act_police.c | 120 struct nlattr *tb[TCA_POLICE_MAX + 1]; in tcf_act_police_locate() local
|
D | cls_u32.c | 594 struct tc_u_knode *n, struct nlattr **tb, in u32_set_parms() 735 struct nlattr *tb[TCA_U32_MAX + 1]; in u32_change() local
|
D | act_csum.c | 48 struct nlattr *tb[TCA_CSUM_MAX + 1]; in tcf_csum_init() local
|
D | sch_red.c | 182 struct nlattr *tb[TCA_RED_MAX + 1]; in red_change() local
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | core.c | 115 static int lowpan_validate(struct nlattr *tb[], struct nlattr *data[]) in lowpan_validate() 125 struct nlattr *tb[], struct nlattr *data[]) in lowpan_newlink()
|
/linux-4.4.14/drivers/tty/ |
D | tty_buffer.c | 313 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_fixed_flag() local 348 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_string_flags() local 403 struct tty_buffer *tb = port->buf.tail; in tty_prepare_flip_string() local
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | fplustm.c | 1065 struct s_fpmc *tb ; in mac_get_mc_table() local 1106 struct s_fpmc *tb ; in mac_clear_multicast() local 1149 struct s_fpmc *tb ; in mac_add_multicast() local 1202 struct s_fpmc *tb ; in mac_update_multicast() local
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 393 static int osap(struct tpm_buf *tb, struct osapsess *s, in osap() 428 static int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() 458 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() 573 static int tpm_unseal(struct tpm_buf *tb, in tpm_unseal() 664 struct tpm_buf *tb; in key_seal() local 690 struct tpm_buf *tb; in key_unseal() local
|
D | trusted.h | 24 #define INIT_BUF(tb) (tb->len = 0) argument
|
/linux-4.4.14/include/linux/ |
D | tty_flip.h | 19 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char() local
|
/linux-4.4.14/arch/powerpc/boot/ |
D | 4xx.c | 339 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; in ibm440gp_fixup_clocks() local 426 u32 ccr1, tb = tmr_clk; in __ibm440eplike_fixup_clocks() local 558 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; in ibm405gp_fixup_clocks() local 632 u32 pllmr0_ccdv, tb, m; in ibm405ep_fixup_clocks() local 753 u32 cpu, plb, opb, ebc, vco, tb, uart0, uart1; in ibm405ex_fixup_clocks() local
|
/linux-4.4.14/net/phonet/ |
D | pn_netlink.c | 67 struct nlattr *tb[IFA_MAX+1]; in addr_doit() local 232 struct nlattr *tb[RTA_MAX+1]; in route_doit() local
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set_comment.h | 14 ip_set_comment_uget(struct nlattr *tb) in ip_set_comment_uget()
|
D | ip_set_timeout.h | 30 ip_set_timeout_uget(struct nlattr *tb) in ip_set_timeout_uget()
|
/linux-4.4.14/net/ipv6/ |
D | fib6_rules.c | 196 struct nlattr **tb) in fib6_rule_configure() 228 struct nlattr **tb) in fib6_rule_compare()
|
D | inet6_connection_sock.c | 31 const struct inet_bind_bucket *tb, bool relax) in inet6_csk_bind_conflict()
|
D | ip6_gre.c | 1397 static int ip6gre_tunnel_validate(struct nlattr *tb[], struct nlattr *data[]) in ip6gre_tunnel_validate() 1415 static int ip6gre_tap_validate(struct nlattr *tb[], struct nlattr *data[]) in ip6gre_tap_validate() 1521 struct nlattr *tb[], struct nlattr *data[]) in ip6gre_newlink() 1556 static int ip6gre_changelink(struct net_device *dev, struct nlattr *tb[], in ip6gre_changelink()
|
D | ip6_vti.c | 902 static int vti6_validate(struct nlattr *tb[], struct nlattr *data[]) in vti6_validate() 932 struct nlattr *tb[], struct nlattr *data[]) in vti6_newlink() 957 static int vti6_changelink(struct net_device *dev, struct nlattr *tb[], in vti6_changelink()
|
D | ip6_fib.c | 193 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table() 231 struct fib6_table *tb; in fib6_new_table() local 248 struct fib6_table *tb; in fib6_get_table() local 397 struct fib6_table *tb; in inet6_dump_fib() local
|
D | ila.c | 135 struct nlattr *tb[ILA_ATTR_MAX + 1]; in ila_build_state() local
|
D | addrlabel.c | 411 struct nlattr *tb[IFAL_MAX+1]; in ip6addrlbl_newdel() local 528 struct nlattr *tb[IFAL_MAX+1]; in ip6addrlbl_get() local
|
D | sit.c | 1413 static int ipip6_validate(struct nlattr *tb[], struct nlattr *data[]) in ipip6_validate() 1543 struct nlattr *tb[], struct nlattr *data[]) in ipip6_newlink() 1578 static int ipip6_changelink(struct net_device *dev, struct nlattr *tb[], in ipip6_changelink()
|
D | ip6_tunnel.c | 1688 static int ip6_tnl_validate(struct nlattr *tb[], struct nlattr *data[]) in ip6_tnl_validate() 1738 struct nlattr *tb[], struct nlattr *data[]) in ip6_tnl_newlink() 1753 static int ip6_tnl_changelink(struct net_device *dev, struct nlattr *tb[], in ip6_tnl_changelink()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nla.c | 30 int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, in drbd_nla_parse_nested()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | smp_64.c | 289 struct trap_per_cpu *tb; in ldom_startcpu_cpuid() local 456 static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt) in spitfire_xcall_deliver() 477 static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt) in cheetah_xcall_deliver() 621 static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt) in hypervisor_xcall_deliver() 737 struct trap_per_cpu *tb; in xcall_deliver() local 1306 struct trap_per_cpu *tb = &trap_block[cpu]; in cpu_play_dead() local
|
D | irq_64.c | 1002 struct trap_per_cpu *tb = &trap_block[this_cpu]; in sun4v_register_mondo_queues() local 1033 static void __init init_cpu_send_mondo_info(struct trap_per_cpu *tb) in init_cpu_send_mondo_info() 1057 struct trap_per_cpu *tb = &trap_block[cpu]; in sun4v_init_mondo_queues() local 1074 struct trap_per_cpu *tb = &trap_block[cpu]; in init_send_mondo_info() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 261 static int icmpv6_nlattr_to_tuple(struct nlattr *tb[], in icmpv6_nlattr_to_tuple() 292 static int icmpv6_timeout_nlattr_to_obj(struct nlattr *tb[], in icmpv6_timeout_nlattr_to_obj()
|
D | nft_dup_ipv6.c | 36 const struct nlattr * const tb[]) in nft_dup_ipv6_init()
|
D | nf_conntrack_l3proto_ipv6.c | 293 static int ipv6_nlattr_to_tuple(struct nlattr *tb[], in ipv6_nlattr_to_tuple()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 255 static int icmp_nlattr_to_tuple(struct nlattr *tb[], in icmp_nlattr_to_tuple() 285 static int icmp_timeout_nlattr_to_obj(struct nlattr *tb[], in icmp_timeout_nlattr_to_obj()
|
D | nft_dup_ipv4.c | 38 const struct nlattr * const tb[]) in nft_dup_ipv4_init()
|
D | nf_conntrack_l3proto_ipv4.c | 325 static int ipv4_nlattr_to_tuple(struct nlattr *tb[], in ipv4_nlattr_to_tuple()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | testmode.c | 73 struct nlattr *tb[ATH6KL_TM_ATTR_MAX + 1]; in ath6kl_tm_cmd() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | emulate.c | 81 u32 kvmppc_get_dec(struct kvm_vcpu *vcpu, u64 tb) in kvmppc_get_dec()
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 890 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 915 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del() 1126 static int macvlan_validate(struct nlattr *tb[], struct nlattr *data[]) in macvlan_validate() 1245 struct nlattr *tb[], struct nlattr *data[]) in macvlan_common_newlink() 1341 struct nlattr *tb[], struct nlattr *data[]) in macvlan_newlink() 1359 struct nlattr *tb[], struct nlattr *data[]) in macvlan_changelink()
|
D | veth.c | 324 static int veth_validate(struct nlattr *tb[], struct nlattr *data[]) in veth_validate() 342 struct nlattr *tb[], struct nlattr *data[]) in veth_newlink()
|
D | dummy.c | 159 static int dummy_validate(struct nlattr *tb[], struct nlattr *data[]) in dummy_validate()
|
D | nlmon.c | 150 static int nlmon_validate(struct nlattr *tb[], struct nlattr *data[]) in nlmon_validate()
|
D | vxlan.c | 769 static int vxlan_fdb_parse(struct nlattr *tb[], struct vxlan_dev *vxlan, in vxlan_fdb_parse() 825 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 861 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete() 2584 static int vxlan_validate(struct nlattr *tb[], struct nlattr *data[]) in vxlan_validate() 2884 struct nlattr *tb[IFLA_MAX+1]; in vxlan_dev_create() local 2906 struct nlattr *tb[], struct nlattr *data[]) in vxlan_newlink()
|
D | ifb.c | 279 static int ifb_validate(struct nlattr *tb[], struct nlattr *data[]) in ifb_validate()
|
D | geneve.c | 1109 static int geneve_validate(struct nlattr *tb[], struct nlattr *data[]) in geneve_validate() 1222 struct nlattr *tb[], struct nlattr *data[]) in geneve_newlink() 1347 struct nlattr *tb[IFLA_MAX + 1]; in geneve_dev_create_fb() local
|
/linux-4.4.14/drivers/net/can/ |
D | dev.c | 791 static int can_validate(struct nlattr *tb[], struct nlattr *data[]) in can_validate() 821 struct nlattr *tb[], struct nlattr *data[]) in can_changelink() 1006 struct nlattr *tb[], struct nlattr *data[]) in can_newlink()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | intc-simr.c | 132 u16 pa, tb; in intc_irq_set_type() local
|
D | intc-2.c | 148 u16 pa, tb; in intc_irq_set_type() local
|
/linux-4.4.14/net/caif/ |
D | chnl_net.c | 466 struct nlattr *tb[], struct nlattr *data[]) in ipcaif_newlink() 488 static int ipcaif_changelink(struct net_device *dev, struct nlattr *tb[], in ipcaif_changelink()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_main.c | 387 struct nlattr *tb[], struct nlattr *data[]) in ipvlan_nl_changelink() 407 static int ipvlan_nl_validate(struct nlattr *tb[], struct nlattr *data[]) in ipvlan_nl_validate() 439 struct nlattr *tb[], struct nlattr *data[]) in ipvlan_link_new()
|
/linux-4.4.14/net/mpls/ |
D | mpls_iptunnel.c | 130 struct nlattr *tb[MPLS_IPTUNNEL_MAX + 1]; in mpls_build_state() local
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 102 static struct crypto_instance *crypto_fpu_alloc(struct rtattr **tb) in crypto_fpu_alloc()
|
/linux-4.4.14/net/hsr/ |
D | hsr_netlink.c | 35 struct nlattr *tb[], struct nlattr *data[]) in hsr_newlink()
|
/linux-4.4.14/include/net/ |
D | switchdev.h | 305 static inline int switchdev_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_add() 313 static inline int switchdev_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in switchdev_port_fdb_del()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-cpm.c | 193 u_char *tb; in cpm_i2c_parse_message() local 253 u_char *tb; in cpm_i2c_check_message() local
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_hsi.c | 1361 static int caif_hsi_changelink(struct net_device *dev, struct nlattr *tb[], in caif_hsi_changelink() 1409 struct nlattr *tb[], struct nlattr *data[]) in caif_hsi_newlink()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 682 struct nlattr *tb[NL80211_KEY_MAX + 1]; in nl80211_parse_key_new() local 913 struct nlattr *tb) in nl80211_get_valid_chan() 1750 struct nlattr **tb = nl80211_fam.attrbuf; in nl80211_dump_wiphy_parse() local 1887 static int parse_txq_params(struct nlattr *tb[], in parse_txq_params() 2148 struct nlattr *tb[NL80211_TXQ_ATTR_MAX + 1]; in nl80211_set_wiphy() local 4154 struct nlattr *tb[NL80211_STA_WME_MAX + 1]; in nl80211_parse_sta_wme() local 5159 struct nlattr *tb[NL80211_MESHCONF_ATTR_MAX + 1]; in nl80211_parse_mesh_config() local 5162 #define FILL_IN_MESH_PARAM_IF_SET(tb, cfg, param, min, max, mask, attr, fn) \ in nl80211_parse_mesh_config() argument 5292 struct nlattr *tb[NL80211_MESH_SETUP_ATTR_MAX + 1]; in nl80211_parse_mesh_setup() local 5598 static int parse_reg_rule(struct nlattr *tb[], in parse_reg_rule() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 912 struct lnet_text_buf_t *tb; in lnet_splitnets() local 997 struct lnet_text_buf_t *tb; in lnet_match_networks() local
|
/linux-4.4.14/lib/ |
D | nlattr.c | 182 int nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, in nla_parse()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | kprobes.h | 49 unsigned long long tb : 1; member
|