Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Drtsock.c322 size_t rtm_len = 0; in route_output() local
323 caddr_t rtm_buf __counted_by(rtm_len) = NULL; in route_output()
369 rtm_len = (size_t)len; in route_output()
405 if (rt_xaddrs(rtm_buf + sizeof(struct rt_msghdr), rtm_buf + rtm_len, &info, tiny_sa_storage)) { in route_output()
727 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()
728 rtm_len = len; in route_output()
830 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()
845 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()