Lines Matching +full:device +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 */
58 return ((struct rtgenmsg *) nlmsg_data(nlh))->rtgen_family; in rtnl_msg_family()
64 * struct rtnl_link_ops - rtnetlink link operations
68 * @netns_refund: Physical device, move to init_net on netns exit
69 * @maxtype: Highest device specific netlink attribute number
70 * @policy: Netlink policy for device specific attribute validation
77 * @newlink: Function for configuring and registering a new device
78 * @changelink: Function for changing parameters of an existing device
79 * @dellink: Function to remove a device
80 * @get_size: Function to calculate required room for dumping device
81 * specific netlink attributes
82 * @fill_info: Function to dump device specific netlink attributes
83 * @get_xstats_size: Function to calculate required room for dumping device
84 * specific statistics
85 * @fill_xstats: Function to dump device specific statistics
87 * to create when creating a new device.
89 * to create when creating a new device.
90 * @get_link_net: Function to get the i/o netns of the device
92 * dumping device-specific extended link stats
93 * @fill_linkxstats: Function to dump device-specific extended link stats
164 * struct rtnl_af_ops - rtnetlink address family operations
169 * specific netlink attributes.
170 * @get_link_af_size: Function to calculate size of address family specific
215 #define MODULE_ALIAS_RTNL_LINK(kind) MODULE_ALIAS("rtnl-link-" kind)