Searched refs:nla_put_msecs (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/core/ |
H A D | neighbour.c | 2135 nla_put_msecs(skb, NDTPA_REACHABLE_TIME, parms->reachable_time, in neightbl_fill_parms() 2137 nla_put_msecs(skb, NDTPA_BASE_REACHABLE_TIME, in neightbl_fill_parms() 2139 nla_put_msecs(skb, NDTPA_GC_STALETIME, in neightbl_fill_parms() 2141 nla_put_msecs(skb, NDTPA_DELAY_PROBE_TIME, in neightbl_fill_parms() 2143 nla_put_msecs(skb, NDTPA_RETRANS_TIME, in neightbl_fill_parms() 2145 nla_put_msecs(skb, NDTPA_ANYCAST_DELAY, in neightbl_fill_parms() 2147 nla_put_msecs(skb, NDTPA_PROXY_DELAY, in neightbl_fill_parms() 2149 nla_put_msecs(skb, NDTPA_LOCKTIME, in neightbl_fill_parms() 2151 nla_put_msecs(skb, NDTPA_INTERVAL_PROBE_TIME_MS, in neightbl_fill_parms() 2179 nla_put_msecs(skb, NDTA_GC_INTERVAL, READ_ONCE(tbl->gc_interval), in neightbl_fill_info()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_metrics.c | 667 if (nla_put_msecs(msg, TCP_METRICS_ATTR_AGE, in tcp_metrics_fill_info() 724 nla_put_msecs(msg, TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS, in tcp_metrics_fill_info()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 1543 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs() function
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_netlink.c | 743 nla_put_msecs(skb, L2TP_ATTR_RECV_TIMEOUT, in l2tp_nl_session_send()
|