Searched refs:nla_put_msecs (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | neighbour.c | 2036 nla_put_msecs(skb, NDTPA_REACHABLE_TIME, parms->reachable_time, in neightbl_fill_parms() 2038 nla_put_msecs(skb, NDTPA_BASE_REACHABLE_TIME, in neightbl_fill_parms() 2040 nla_put_msecs(skb, NDTPA_GC_STALETIME, in neightbl_fill_parms() 2042 nla_put_msecs(skb, NDTPA_DELAY_PROBE_TIME, in neightbl_fill_parms() 2044 nla_put_msecs(skb, NDTPA_RETRANS_TIME, in neightbl_fill_parms() 2046 nla_put_msecs(skb, NDTPA_ANYCAST_DELAY, in neightbl_fill_parms() 2048 nla_put_msecs(skb, NDTPA_PROXY_DELAY, in neightbl_fill_parms() 2050 nla_put_msecs(skb, NDTPA_LOCKTIME, in neightbl_fill_parms() 2078 nla_put_msecs(skb, NDTA_GC_INTERVAL, tbl->gc_interval, NDTA_PAD) || in neightbl_fill_info()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_metrics.c | 649 if (nla_put_msecs(msg, TCP_METRICS_ATTR_AGE, in tcp_metrics_fill_info() 706 nla_put_msecs(msg, TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS, in tcp_metrics_fill_info()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netlink.h | 1497 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs() function
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_netlink.c | 743 nla_put_msecs(skb, L2TP_ATTR_RECV_TIMEOUT, in l2tp_nl_session_send()
|