Home
last modified time | relevance | path

Searched defs:ethnl_request_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/ethtool/
Dnetlink.h383 struct ethnl_request_ops { struct
384 u8 request_cmd;
385 u8 reply_cmd;
386 u16 hdr_attr;
387 unsigned int req_info_size;
388 unsigned int reply_data_size;
389 bool allow_nodev_do;
413 extern const struct ethnl_request_ops ethnl_strset_request_ops; argument