Home
last modified time | relevance | path

Searched refs:net_hwtstamp_validate (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/core/
H A Ddev_ioctl.c189 int net_hwtstamp_validate(const struct kernel_hwtstamp_config *cfg) in net_hwtstamp_validate() function
404 err = net_hwtstamp_validate(&kernel_cfg); in dev_set_hwtstamp()
H A Ddev.h364 int net_hwtstamp_validate(const struct kernel_hwtstamp_config *cfg);
/linux-6.15/net/ethtool/
H A Dtsconfig.c398 ret = net_hwtstamp_validate(&hwtst_config); in ethnl_set_tsconfig()