Searched refs:dsts_len (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 93 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 147 sprintf(dsts_len, "%d", rt_msg->rtm_dst_len); in read_route() 149 route.dst_len = atoi(dsts_len); in read_route() 243 memset(dsts_len, 0, sizeof(dsts_len)); in read_route()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 124 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 189 sprintf(dsts_len, "%d", rt_msg->rtm_dst_len); in read_route() 191 route.dst_len = atoi(dsts_len); in read_route() 304 memset(dsts_len, 0, sizeof(dsts_len)); in read_route()
|
Completed in 3 milliseconds