rtm_family 208 include/uapi/linux/rtnetlink.h unsigned char rtm_family; rtm_family 1558 net/decnet/dn_route.c r->rtm_family = AF_DECnet; rtm_family 313 net/decnet/dn_table.c rtm->rtm_family = AF_DECnet; rtm_family 1740 net/ipv4/fib_semantics.c rtm->rtm_family = AF_INET; rtm_family 2334 net/ipv4/ipmr.c rtm->rtm_family = RTNL_FAMILY_IPMR; rtm_family 2680 net/ipv4/ipmr.c if (rtm->rtm_family != RTNL_FAMILY_IPMR || rtm->rtm_dst_len != 32 || rtm_family 2752 net/ipv4/route.c r->rtm_family = AF_INET; rtm_family 2333 net/ipv6/ip6mr.c rtm->rtm_family = RTNL_FAMILY_IP6MR; rtm_family 5425 net/ipv6/route.c rtm->rtm_family = AF_INET6; rtm_family 1799 net/mpls/af_mpls.c if (rtm->rtm_family != AF_MPLS) { rtm_family 1975 net/mpls/af_mpls.c rtm->rtm_family = AF_MPLS; rtm_family 2460 net/mpls/af_mpls.c r->rtm_family = AF_MPLS; rtm_family 171 net/phonet/pn_netlink.c rtm->rtm_family = AF_PHONET; rtm_family 39 samples/bpf/xdp_router_ipv4_user.c static int get_route_table(int rtm_family); rtm_family 128 samples/bpf/xdp_router_ipv4_user.c int rtm_family; rtm_family 161 samples/bpf/xdp_router_ipv4_user.c rtm_family = rt_msg->rtm_family; rtm_family 162 samples/bpf/xdp_router_ipv4_user.c if (rtm_family == AF_INET) rtm_family 202 samples/bpf/xdp_router_ipv4_user.c if (rtm_family == AF_INET) { rtm_family 312 samples/bpf/xdp_router_ipv4_user.c static int get_route_table(int rtm_family) rtm_family 345 samples/bpf/xdp_router_ipv4_user.c req.rt.rtm_family = rtm_family; rtm_family 452 samples/bpf/xdp_router_ipv4_user.c static int get_arp_table(int rtm_family) rtm_family 484 samples/bpf/xdp_router_ipv4_user.c req.rt.ndm_family = rtm_family; rtm_family 385 tools/testing/selftests/net/udpgso.c rt->rtm_family = is_ipv4 ? AF_INET : AF_INET6;