Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Drtsock.c321 size_t rtm_len = 0; in route_output() local
322 caddr_t rtm_buf __counted_by(rtm_len) = NULL; in route_output()
368 rtm_len = (size_t)len; in route_output()
404 if (rt_xaddrs(rtm_buf + sizeof(struct rt_msghdr), rtm_buf + rtm_len, &info, tiny_sa_storage)) { in route_output()
722 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()
723 rtm_len = len; in route_output()
825 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()
840 kfree_data_counted_by(rtm_buf, rtm_len); in route_output()