/linux/net/netfilter/ |
H A D | nft_objref.c | 27 const struct nlattr * const tb[]) in nft_objref_init() 129 const struct nlattr * const tb[]) in nft_objref_map_init() 214 const struct nlattr * const tb[]) in nft_objref_select_ops()
|
H A D | nft_hash.c | 72 const struct nlattr * const tb[]) in nft_jhash_init() 119 const struct nlattr * const tb[]) in nft_symhash_init() 244 const struct nlattr * const tb[]) in nft_hash_select_ops()
|
H A D | nfnetlink_acct.c | 60 const struct nlattr * const tb[]) in nfnl_acct_new() 248 struct nlattr *tb[NFACCT_FILTER_MAX + 1]; in nfnl_acct_start() local 275 const struct nlattr * const tb[]) in nfnl_acct_get() 344 const struct nlattr * const tb[]) in nfnl_acct_del()
|
H A D | nft_numgen.c | 54 const struct nlattr * const tb[]) in nft_ng_inc_init() 154 const struct nlattr * const tb[]) in nft_ng_random_init() 212 nft_ng_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_ng_select_ops()
|
H A D | nft_meta.c | 468 const struct nlattr * const tb[]) in nft_meta_get_init() 632 const struct nlattr * const tb[]) in nft_meta_set_init() 812 const struct nlattr * const tb[]) in nft_meta_select_ops() 835 const struct nlattr * const tb[]) in nft_meta_inner_init() 946 const struct nlattr * const tb[], in nft_secmark_obj_init()
|
H A D | nft_quota.c | 72 static int nft_quota_do_init(const struct nlattr * const tb[], in nft_quota_do_init() 117 const struct nlattr * const tb[], in nft_quota_obj_init() 219 const struct nlattr * const tb[]) in nft_quota_init()
|
/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 135 static int bond_validate(struct nlattr *tb[], struct nlattr *data[], in bond_validate() 149 struct nlattr *tb[], struct nlattr *data[], in bond_slave_changelink() 186 static int bond_changelink(struct net_device *bond_dev, struct nlattr *tb[], in bond_changelink() 583 struct nlattr **tb = params->tb; in bond_newlink() local
|
/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 176 static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths, in tb_tunnel_alloc() 245 void tb_tunnel_event(struct tb *tb, enum tb_tunnel_event event, in tb_tunnel_event() 421 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down, in tb_tunnel_discover_pci() 501 struct tb_tunnel *tb_tunnel_alloc_pci(struct tb *tb, struct tb_port *up, in tb_tunnel_alloc_pci() 985 struct tb *tb = in->sw->tb; in tb_dp_pre_activate() local 1056 struct tb *tb = tunnel->tb; in tb_dp_dprx_work() local 1552 struct tb_tunnel *tb_tunnel_discover_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_discover_dp() 1653 struct tb_tunnel *tb_tunnel_alloc_dp(struct tb *tb, struct tb_port *in, in tb_tunnel_alloc_dp() 1866 struct tb_tunnel *tb_tunnel_alloc_dma(struct tb *tb, struct tb_port *nhi, in tb_tunnel_alloc_dma() 2166 struct tb_tunnel *tb_tunnel_discover_usb3(struct tb *tb, struct tb_port *down, in tb_tunnel_discover_usb3() [all …]
|
H A D | tb.h | 177 struct tb *tb; member 239 struct tb *tb; member 341 struct tb *tb; member 431 struct tb *tb; member 544 static inline void *tb_priv(struct tb *tb) in tb_priv() 726 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 727 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 728 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 729 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 730 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) argument [all …]
|
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | testmode.c | 44 struct nlattr *tb[]) in wcn36xx_tm_cmd_ptt() 130 struct nlattr *tb[WCN36XX_TM_ATTR_MAX + 1]; in wcn36xx_tm_cmd() local
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_netlink.c | 71 static int ipoib_changelink(struct net_device *dev, struct nlattr *tb[], in ipoib_changelink() 106 struct nlattr **tb = params->tb; in ipoib_new_child_link() local
|
/linux/net/ethtool/ |
H A D | module.c | 118 struct nlattr **tb = info->attrs; in ethnl_set_module_validate() local 146 struct nlattr **tb = info->attrs; in ethnl_set_module() local 349 static int module_flash_fw(struct net_device *dev, struct nlattr **tb, in module_flash_fw() 410 struct nlattr **tb = info->attrs; in ethnl_act_module_fw_flash() local
|
H A D | tunnels.c | 168 struct nlattr **tb = info->attrs; in ethnl_tunnel_info_doit() local 222 struct nlattr **tb = info->info.attrs; in ethnl_tunnel_info_start() local
|
H A D | rings.c | 154 struct nlattr **tb = info->attrs; in ethnl_set_rings_validate() local 221 struct nlattr **tb = info->attrs; in ethnl_set_rings() local
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 402 static int osap(struct tpm_buf *tb, struct osapsess *s, in osap() 437 int oiap(struct tpm_buf *tb, uint32_t *handle, unsigned char *nonce) in oiap() 468 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() 586 static int tpm_unseal(struct tpm_buf *tb, in tpm_unseal() 675 struct tpm_buf tb; in key_seal() local 701 struct tpm_buf tb; in key_unseal() local
|
/linux/net/core/ |
H A D | fib_rules.c | 217 static struct fib_kuid_range nla_get_kuid_range(struct nlattr **tb) in nla_get_kuid_range() 442 struct nlattr **tb, in rule_find() 572 struct nlattr *tb[], in fib_nl2rule() 741 struct nlattr *tb[], in fib_nl2rule_rtnl() 777 struct nlattr **tb, struct fib_rule *rule) in rule_exists() 879 struct nlattr *tb[FRA_MAX + 1]; in fib_newrule() local 1007 struct nlattr *tb[FRA_MAX+1]; in fib_delrule() local
|
/linux/net/bridge/ |
H A D | br_netlink.c | 930 static void br_set_port_flag(struct net_bridge_port *p, struct nlattr *tb[], in br_set_port_flag() 943 static int br_setport(struct net_bridge_port *p, struct nlattr *tb[], in br_setport() 1089 struct nlattr *tb[IFLA_BRPORT_MAX + 1]; in br_setlink() local 1171 static int br_validate(struct nlattr *tb[], struct nlattr *data[], in br_validate() 1202 struct nlattr *tb[], in br_port_slave_changelink() 1275 static int br_changelink(struct net_device *brdev, struct nlattr *tb[], in br_changelink() 1562 struct nlattr **tb = params->tb; in br_dev_newlink() local
|
H A D | br_mdb.c | 1098 struct nlattr *tb[MDBE_SRCATTR_MAX + 1]; in br_mdb_config_src_entry_init() local 1232 struct nlattr *tb[], u16 nlmsg_flags, in br_mdb_config_init() 1297 int br_mdb_add(struct net_device *dev, struct nlattr *tb[], u16 nlmsg_flags, in br_mdb_add() 1399 int br_mdb_del(struct net_device *dev, struct nlattr *tb[], in br_mdb_del() 1447 struct nlattr *tb[], in br_mdb_flush_desc_init() 1550 int br_mdb_del_bulk(struct net_device *dev, struct nlattr *tb[], in br_mdb_del_bulk() 1572 static int br_mdb_get_parse(struct net_device *dev, struct nlattr *tb[], in br_mdb_get_parse() 1675 int br_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, u32 seq, in br_mdb_get()
|
/linux/net/sched/ |
H A D | act_bpf.c | 187 static int tcf_bpf_init_from_ops(struct nlattr **tb, struct tcf_bpf_cfg *cfg) in tcf_bpf_init_from_ops() 224 static int tcf_bpf_init_from_efd(struct nlattr **tb, struct tcf_bpf_cfg *cfg) in tcf_bpf_init_from_efd() 286 struct nlattr *tb[TCA_ACT_BPF_MAX + 1]; in tcf_bpf_init() local
|
H A D | act_tunnel_key.c | 91 struct nlattr *tb[TCA_TUNNEL_KEY_ENC_OPT_GENEVE_MAX + 1]; in tunnel_key_copy_geneve_opt() local 143 struct nlattr *tb[TCA_TUNNEL_KEY_ENC_OPT_VXLAN_MAX + 1]; in tunnel_key_copy_vxlan_opt() local 170 struct nlattr *tb[TCA_TUNNEL_KEY_ENC_OPT_ERSPAN_MAX + 1]; in tunnel_key_copy_erspan_opt() local 364 struct nlattr *tb[TCA_TUNNEL_KEY_MAX + 1]; in tunnel_key_init() local
|
/linux/net/ipv4/ |
H A D | ipip.c | 401 static int ipip_tunnel_validate(struct nlattr *tb[], struct nlattr *data[], in ipip_tunnel_validate() 445 struct nlattr **tb = params->tb; in ipip_newlink() local 462 static int ipip_changelink(struct net_device *dev, struct nlattr *tb[], in ipip_changelink()
|
/linux/tools/lib/bpf/ |
H A D | netlink.c | 254 struct nlattr *tb[CTRL_ATTR_FAMILY_ID + 1]; in parse_genl_family_id() local 347 struct nlattr *tb[IFLA_MAX + 1], *attr; in __dump_link_nlmsg() local 360 static int get_xdp_info(void *cookie, void *msg, struct nlattr **tb) in get_xdp_info() 410 struct nlattr *tb[NETDEV_CMD_MAX + 1]; in parse_xdp_features() local 670 static int __get_tc_info(void *cookie, struct tcmsg *tc, struct nlattr **tb, in __get_tc_info() 699 struct nlattr *tb[TCA_MAX + 1]; in get_tc_info() local
|
/linux/net/ieee802154/6lowpan/ |
H A D | core.c | 123 static int lowpan_validate(struct nlattr *tb[], struct nlattr *data[], in lowpan_validate() 137 struct nlattr **tb = params->tb; in lowpan_newlink() local
|
/linux/drivers/net/fddi/skfp/ |
H A D | fplustm.c | 1057 struct s_fpmc *tb ; in mac_get_mc_table() local 1098 struct s_fpmc *tb ; in mac_clear_multicast() local 1141 struct s_fpmc *tb ; in mac_add_multicast() local 1194 struct s_fpmc *tb ; in mac_update_multicast() local
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_diag.c | 23 #define parse_rtattr_nested(tb, max, rta) \ argument 155 static void parse_rtattr_flags(struct rtattr *tb[], int max, struct rtattr *rta, in parse_rtattr_flags() 205 static void print_subflow_info(struct rtattr *tb[]) in print_subflow_info() 264 struct rtattr *tb[INET_DIAG_MAX + 1]; in parse_nlmsg() local
|