/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 918 static int wwan_rtnl_validate(struct nlattr *tb[], struct nlattr *data[], in wwan_rtnl_validate() 935 static struct net_device *wwan_rtnl_alloc(struct nlattr *tb[], in wwan_rtnl_alloc() 1065 struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; in wwan_create_default_link() local
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 293 static void kvmppc_core_start_stolen(struct kvmppc_vcore *vc, u64 tb) in kvmppc_core_start_stolen() 304 static void kvmppc_core_end_stolen(struct kvmppc_vcore *vc, u64 tb) in kvmppc_core_end_stolen() 2871 struct kvmhv_tb_accumulator tb; in debugfs_timings_read() local 3176 struct kvm_vcpu *vcpu, u64 tb) in kvmppc_remove_runnable() 4250 unsigned long lpcr, u64 *tb) in kvmhv_vcpu_entry_nestedv2() 4310 … int kvmhv_vcpu_entry_p9_nested(struct kvm_vcpu *vcpu, u64 time_limit, unsigned long lpcr, u64 *tb) in kvmhv_vcpu_entry_p9_nested() 4415 unsigned long lpcr, u64 *tb) in kvmhv_p9_guest_entry() 4879 u64 tb; in kvmhv_run_single_vcpu() local
|
/linux/crypto/ |
H A D | xcbc.c | 127 static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in xcbc_create()
|
H A D | cbc.c | 138 static int crypto_cbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_cbc_create()
|
H A D | pcbc.c | 154 static int crypto_pcbc_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_pcbc_create()
|
H A D | algboss.c | 24 struct rtattr *tb[CRYPTO_MAX_ATTRS + 2]; member
|
/linux/net/ipv4/ |
H A D | inet_timewait_sock.c | 33 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash() local
|
/linux/net/netfilter/ |
H A D | nf_conntrack_proto_udp.c | 222 static int udp_timeout_nlattr_to_obj(struct nlattr *tb[], in udp_timeout_nlattr_to_obj()
|
H A D | nft_lookup.c | 100 const struct nlattr * const tb[]) in nft_lookup_init()
|
H A D | nf_conntrack_proto_gre.c | 248 static int gre_timeout_nlattr_to_obj(struct nlattr *tb[], in gre_timeout_nlattr_to_obj()
|
H A D | nft_tproxy.c | 193 const struct nlattr * const tb[]) in nft_tproxy_init()
|
H A D | nft_xfrm.c | 35 const struct nlattr * const tb[]) in nft_xfrm_get_init()
|
H A D | nft_socket.c | 172 const struct nlattr * const tb[]) in nft_socket_init()
|
/linux/net/sched/ |
H A D | act_simple.c | 95 struct nlattr *tb[TCA_DEF_MAX + 1]; in tcf_simp_init() local
|
H A D | ematch.c | 309 struct nlattr *tb[TCA_EMATCH_TREE_MAX + 1]; in tcf_em_tree_validate() local
|
H A D | cls_cgroup.c | 84 struct nlattr *tb[TCA_CGROUP_MAX + 1]; in cls_cgroup_change() local
|
/linux/net/wireless/ |
H A D | nl80211.c | 1358 struct nlattr *tb[NL80211_KEY_MAX + 1]; in nl80211_parse_key_new() local 3183 struct nlattr **tb = kcalloc(NUM_NL80211_ATTR, sizeof(*tb), GFP_KERNEL); in nl80211_dump_wiphy_parse() local 3337 static int parse_txq_params(struct nlattr *tb[], in parse_txq_params() 3739 struct nlattr *tb[NL80211_TXQ_ATTR_MAX + 1]; in nl80211_set_wiphy() local 5404 struct nlattr *tb[NL80211_TXRATE_MAX + 1]; in nl80211_parse_tx_bitrate_mask() local 5626 struct nlattr *tb[NL80211_MBSSID_CONFIG_ATTR_MAX + 1]; in nl80211_parse_mbssid_config() local 5767 struct nlattr *tb[NL80211_HE_BSS_COLOR_ATTR_MAX + 1]; in nl80211_parse_he_bss_color() local 5842 struct nlattr *tb[NL80211_FTM_RESP_ATTR_MAX + 1]; in nl80211_parse_beacon() local 5911 struct nlattr *tb[NL80211_HE_OBSS_PD_ATTR_MAX + 1]; in nl80211_parse_he_obss_pd() local 5956 struct nlattr *tb[NL80211_FILS_DISCOVERY_ATTR_MAX + 1]; in nl80211_parse_fils_discovery() local [all …]
|
/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 142 struct nlattr *tb[ILA_ATTR_MAX + 1]; in ila_build_state() local
|
/linux/drivers/net/can/ |
H A D | vxcan.c | 181 struct nlattr **tb = params->tb; in vxcan_newlink() local
|
/linux/tools/lib/thermal/ |
H A D | thermal_nl.c | 78 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in nl_family_handler() local
|
/linux/drivers/i2c/busses/ |
H A D | i2c-cpm.c | 187 u_char *tb; in cpm_i2c_parse_message() local 245 u_char *tb; in cpm_i2c_check_message() local
|
/linux/lib/ |
H A D | nlattr.c | 608 struct nlattr **tb, unsigned int depth) in __nla_validate_parse() 727 int __nla_parse(struct nlattr **tb, int maxtype, in __nla_parse()
|
/linux/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 377 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder() 383 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder() 468 ip_set_timeout_uget(struct nlattr *tb) in ip_set_timeout_uget()
|
/linux/net/ethtool/ |
H A D | eeprom.c | 152 static int eeprom_parse_request(struct ethnl_req_info *req_info, struct nlattr **tb, in eeprom_parse_request()
|
/linux/net/bridge/ |
H A D | br_netlink_tunnel.c | 225 struct nlattr *tb[IFLA_BRIDGE_VLAN_TUNNEL_MAX + 1]; in br_parse_vlan_tunnel_info() local
|