/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
D | ipoib_netlink.c | 55 if (nla_put_u16(skb, IFLA_IPOIB_PKEY, priv->pkey)) in ipoib_fill_info() 59 if (nla_put_u16(skb, IFLA_IPOIB_MODE, val)) in ipoib_fill_info() 63 if (nla_put_u16(skb, IFLA_IPOIB_UMCAST, val)) in ipoib_fill_info()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
D | bond_netlink.c | 52 if (nla_put_u16(skb, IFLA_BOND_SLAVE_QUEUE_ID, slave->queue_id)) in bond_fill_slave_info() 62 if (nla_put_u16(skb, IFLA_BOND_SLAVE_AD_AGGREGATOR_ID, in bond_fill_slave_info() 69 if (nla_put_u16(skb, in bond_fill_slave_info() 641 if (nla_put_u16(skb, IFLA_BOND_AD_ACTOR_SYS_PRIO, in bond_fill_info() 645 if (nla_put_u16(skb, IFLA_BOND_AD_USER_PORT_KEY, in bond_fill_info() 660 if (nla_put_u16(skb, IFLA_BOND_AD_INFO_AGGREGATOR, in bond_fill_info() 663 if (nla_put_u16(skb, IFLA_BOND_AD_INFO_NUM_PORTS, in bond_fill_info() 666 if (nla_put_u16(skb, IFLA_BOND_AD_INFO_ACTOR_KEY, in bond_fill_info() 669 if (nla_put_u16(skb, IFLA_BOND_AD_INFO_PARTNER_KEY, in bond_fill_info()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_netlink.c | 183 nla_put_u16(skb, IFLA_BRPORT_PRIORITY, p->priority) || in br_port_fill_attrs() 207 nla_put_u16(skb, IFLA_BRPORT_DESIGNATED_PORT, p->designated_port) || in br_port_fill_attrs() 208 nla_put_u16(skb, IFLA_BRPORT_DESIGNATED_COST, p->designated_cost) || in br_port_fill_attrs() 209 nla_put_u16(skb, IFLA_BRPORT_ID, p->port_id) || in br_port_fill_attrs() 210 nla_put_u16(skb, IFLA_BRPORT_NO, p->port_no) || in br_port_fill_attrs() 216 nla_put_u16(skb, IFLA_BRPORT_GROUP_FWD_MASK, p->group_fwd_mask) || in br_port_fill_attrs() 1475 nla_put_u16(skb, IFLA_BR_PRIORITY, priority) || in br_fill_info() 1477 nla_put_u16(skb, IFLA_BR_GROUP_FWD_MASK, br->group_fwd_mask) || in br_fill_info() 1482 nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || in br_fill_info() 1493 nla_put_u16(skb, IFLA_BR_VLAN_DEFAULT_PVID, br->default_pvid) || in br_fill_info()
|
D | br_netlink_tunnel.c | 102 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_VID, in br_fill_vlan_tinfo() 105 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, in br_fill_vlan_tinfo()
|
/kernel/linux/linux-5.10/net/hsr/ |
D | hsr_netlink.c | 141 nla_put_u16(skb, IFLA_HSR_SEQ_NR, hsr->sequence_nr)) in hsr_fill_info() 360 res = nla_put_u16(skb_out, HSR_A_IF1_SEQ, hsr_node_if1_seq); in hsr_get_node_status() 373 res = nla_put_u16(skb_out, HSR_A_IF2_SEQ, hsr_node_if2_seq); in hsr_get_node_status()
|
/kernel/linux/linux-5.10/net/l2tp/ |
D | l2tp_netlink.c | 331 if (nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) || in l2tp_nl_tunnel_send_addr6() 332 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr6() 353 nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) || in l2tp_nl_tunnel_send_addr4() 354 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr4() 398 nla_put_u16(skb, L2TP_ATTR_ENCAP_TYPE, tunnel->encap)) in l2tp_nl_tunnel_send() 728 nla_put_u16(skb, L2TP_ATTR_PW_TYPE, session->pwtype)) in l2tp_nl_session_send()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | vport-geneve.c | 46 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, geneve_port->dst_port)) in geneve_get_options()
|
D | vport-vxlan.c | 27 if (nla_put_u16(skb, OVS_TUNNEL_ATTR_DST_PORT, ntohs(dst_port))) in vxlan_get_options()
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | diag.c | 62 nla_put_u16(skb, MPTCP_SUBFLOW_ATTR_MAP_DATALEN, in subflow_get_info()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | vendor.c | 88 nla_put_u16(reply, BRCMF_NLATTR_LEN, msglen)) { in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | cabletest.c | 373 if (nla_put_u16(phydev->skb, ETHTOOL_A_CABLE_AMPLITUDE_mV, mV)) in ethnl_cable_test_amplitude() 394 if (nla_put_u16(phydev->skb, ETHTOOL_A_CABLE_PULSE_mV, mV)) in ethnl_cable_test_pulse()
|
/kernel/linux/linux-5.10/net/tls/ |
D | tls_main.c | 822 err = nla_put_u16(skb, TLS_INFO_VERSION, version); in tls_get_info() 828 err = nla_put_u16(skb, TLS_INFO_CIPHER, cipher_type); in tls_get_info() 832 err = nla_put_u16(skb, TLS_INFO_TXCONF, tls_user_config(ctx, true)); in tls_get_info() 836 err = nla_put_u16(skb, TLS_INFO_RXCONF, tls_user_config(ctx, false)); in tls_get_info()
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_skbedit.c | 262 nla_put_u16(skb, TCA_SKBEDIT_QUEUE_MAPPING, params->queue_mapping)) in tcf_skbedit_dump() 268 nla_put_u16(skb, TCA_SKBEDIT_PTYPE, params->ptype)) in tcf_skbedit_dump()
|
D | sch_dsmark.c | 461 if (nla_put_u16(skb, TCA_DSMARK_INDICES, p->indices)) in dsmark_dump() 465 nla_put_u16(skb, TCA_DSMARK_DEFAULT_INDEX, p->default_index)) in dsmark_dump()
|
D | act_pedit.c | 121 if (nla_put_u16(skb, TCA_PEDIT_KEY_EX_HTYPE, keys_ex->htype) || in tcf_pedit_key_ex_dump() 122 nla_put_u16(skb, TCA_PEDIT_KEY_EX_CMD, keys_ex->cmd)) in tcf_pedit_key_ex_dump()
|
D | sch_mqprio.c | 505 nla_put_u16(skb, TCA_MQPRIO_MODE, priv->mode)) in mqprio_dump() 509 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
|
D | act_skbmod.c | 243 nla_put_u16(skb, TCA_SKBMOD_ETYPE, ntohs(p->eth_type))) in tcf_skbmod_dump()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | netlink.c | 85 nla_put_u16(skb, WGALLOWEDIP_A_FAMILY, family) || in get_allowedips() 139 nla_put_u16(skb, WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL, in get_peer() 232 if (nla_put_u16(skb, WGDEVICE_A_LISTEN_PORT, in wg_get_device_dump()
|
/kernel/linux/linux-5.10/net/psample/ |
D | psample.c | 399 ret = nla_put_u16(nl_skb, PSAMPLE_ATTR_IIFINDEX, in_ifindex); in psample_sample_packet() 405 ret = nla_put_u16(nl_skb, PSAMPLE_ATTR_OIFINDEX, out_ifindex); in psample_sample_packet()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ipip.c | 579 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, in ipip_fill_info() 585 nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, in ipip_fill_info()
|
/kernel/linux/linux-5.10/net/core/ |
D | drop_monitor.c | 620 if (nla_put_u16(msg, NET_DM_ATTR_ORIGIN, NET_DM_ORIGIN_SW)) in net_dm_packet_report_fill() 644 if (nla_put_u16(msg, NET_DM_ATTR_PROTO, be16_to_cpu(skb->protocol))) in net_dm_packet_report_fill() 767 if (nla_put_u16(msg, NET_DM_ATTR_ORIGIN, NET_DM_ORIGIN_HW)) in net_dm_hw_packet_report_fill() 804 if (nla_put_u16(msg, NET_DM_ATTR_PROTO, be16_to_cpu(skb->protocol))) in net_dm_hw_packet_report_fill()
|
D | lwtunnel.c | 255 ret = nla_put_u16(skb, encap_type_attr, lwtstate->type); in lwtunnel_fill_encap()
|
/kernel/linux/linux-5.10/include/linux/ |
D | genl_magic_struct.h | 80 nla_get_u16, nla_put_u16, false)
|
/kernel/linux/linux-5.10/net/8021q/ |
D | vlan_netlink.c | 223 nla_put_u16(skb, IFLA_VLAN_ID, vlan->vlan_id)) in vlan_fill_info()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | bridge_loop_avoidance.c | 2238 nla_put_u16(msg, BATADV_ATTR_BLA_VID, claim->vid) || in batadv_bla_claim_dump_entry() 2241 nla_put_u16(msg, BATADV_ATTR_BLA_CRC, in batadv_bla_claim_dump_entry() 2477 nla_put_u16(msg, BATADV_ATTR_BLA_VID, backbone_gw->vid) || in batadv_bla_backbone_dump_entry() 2478 nla_put_u16(msg, BATADV_ATTR_BLA_CRC, in batadv_bla_backbone_dump_entry()
|