Lines Matching +full:device +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 */
26 return ((struct rtgenmsg *) nlmsg_data(nlh))->rtgen_family; in rtnl_msg_family()
32 * struct rtnl_link_ops - rtnetlink link operations
36 * @maxtype: Highest device specific netlink attribute number
37 * @policy: Netlink policy for device specific attribute validation
41 * @newlink: Function for configuring and registering a new device
42 * @changelink: Function for changing parameters of an existing device
43 * @dellink: Function to remove a device
44 * @get_size: Function to calculate required room for dumping device
45 * specific netlink attributes
46 * @fill_info: Function to dump device specific netlink attributes
47 * @get_xstats_size: Function to calculate required room for dumping device
48 * specific statistics
49 * @fill_xstats: Function to dump device specific statistics
51 * to create when creating a new device.
53 * to create when creating a new device.
54 * @get_link_net: Function to get the i/o netns of the device
56 * dumping device-specific extended link stats
57 * @fill_linkxstats: Function to dump device-specific extended link stats
122 * struct rtnl_af_ops - rtnetlink address family operations
127 * specific netlink attributes.
128 * @get_link_af_size: Function to calculate size of address family specific
171 #define MODULE_ALIAS_RTNL_LINK(kind) MODULE_ALIAS("rtnl-link-" kind)