Home
last modified time | relevance | path

Searched refs:nla_put_msecs (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dneighbour.c2143 nla_put_msecs(skb, NDTPA_REACHABLE_TIME, parms->reachable_time, in neightbl_fill_parms()
2145 nla_put_msecs(skb, NDTPA_BASE_REACHABLE_TIME, in neightbl_fill_parms()
2147 nla_put_msecs(skb, NDTPA_GC_STALETIME, in neightbl_fill_parms()
2149 nla_put_msecs(skb, NDTPA_DELAY_PROBE_TIME, in neightbl_fill_parms()
2151 nla_put_msecs(skb, NDTPA_RETRANS_TIME, in neightbl_fill_parms()
2153 nla_put_msecs(skb, NDTPA_ANYCAST_DELAY, in neightbl_fill_parms()
2155 nla_put_msecs(skb, NDTPA_PROXY_DELAY, in neightbl_fill_parms()
2157 nla_put_msecs(skb, NDTPA_LOCKTIME, in neightbl_fill_parms()
2159 nla_put_msecs(skb, NDTPA_INTERVAL_PROBE_TIME_MS, in neightbl_fill_parms()
2187 nla_put_msecs(skb, NDTA_GC_INTERVAL, READ_ONCE(tbl->gc_interval), in neightbl_fill_info()
/linux/net/ipv4/
H A Dtcp_metrics.c666 if (nla_put_msecs(msg, TCP_METRICS_ATTR_AGE, in tcp_metrics_fill_info()
723 nla_put_msecs(msg, TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS, in tcp_metrics_fill_info()
/linux/net/l2tp/
H A Dl2tp_netlink.c743 nla_put_msecs(skb, L2TP_ATTR_RECV_TIMEOUT, in l2tp_nl_session_send()
/linux/include/net/
H A Dnetlink.h1637 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs() function