Searched refs:nla_put_msecs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 2030 nla_put_msecs(skb, NDTPA_REACHABLE_TIME, parms->reachable_time, in neightbl_fill_parms() 2032 nla_put_msecs(skb, NDTPA_BASE_REACHABLE_TIME, in neightbl_fill_parms() 2034 nla_put_msecs(skb, NDTPA_GC_STALETIME, in neightbl_fill_parms() 2036 nla_put_msecs(skb, NDTPA_DELAY_PROBE_TIME, in neightbl_fill_parms() 2038 nla_put_msecs(skb, NDTPA_RETRANS_TIME, in neightbl_fill_parms() 2040 nla_put_msecs(skb, NDTPA_ANYCAST_DELAY, in neightbl_fill_parms() 2042 nla_put_msecs(skb, NDTPA_PROXY_DELAY, in neightbl_fill_parms() 2044 nla_put_msecs(skb, NDTPA_LOCKTIME, in neightbl_fill_parms() 2072 nla_put_msecs(skb, NDTA_GC_INTERVAL, READ_ONCE(tbl->gc_interval), in neightbl_fill_info()
|
/kernel/linux/linux-6.6/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(sk in neightbl_fill_info() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_metrics.c | 666 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | netlink.h | 111 * nla_put_msecs(skb, type, jiffies, 1491 * nla_put_msecs - Add a msecs netlink attribute to a skb and align it 1497 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 111 * nla_put_msecs(skb, type, jiffies, 1537 * nla_put_msecs - Add a msecs netlink attribute to a skb and align it 1543 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs() function
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_netlink.c | 743 nla_put_msecs(skb, L2TP_ATTR_RECV_TIMEOUT, in l2tp_nl_session_send()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A D | l2tp_netlink.c | 743 nla_put_msecs(skb, L2TP_ATTR_RECV_TIMEOUT, in l2tp_nl_session_send()
|
Completed in 20 milliseconds