mpls_routes.c | 87 if (size_cp + sunion->sa.sa_len > rlen) \ 90 size_cp += sunion->sa.sa_len; 93 if (size_cp + sizeof(sa_family_t) + sizeof(uint8_t) > rlen) \ 584 size_t size_cp; local in function:check_route 600 size_cp = sizeof(struct rt_msghdr); 781 size_t size_cp = sizeof(struct ifa_msghdr); local in function:check_if_addr_updown 825 size_t needed, size_cp; local in function:bind_current_routes 854 size_cp = sizeof(struct rt_msghdr); 937 size_t needed, size_cp; local in function:flush_mpls_routes 966 size_cp = sizeof(struct rt_msghdr) [all...] |