Home
last modified time | relevance | path

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

/linux/net/phonet/
H A Dpn_netlink.c193 if (nla_put_u8(skb, RTA_DST, dst) || nla_put_u32(skb, RTA_OIF, ifindex)) in fill_route()
228 [RTA_OIF] = { .type = NLA_U32 },
257 if (tb[RTA_DST] == NULL || tb[RTA_OIF] == NULL) in route_doit()
263 ifindex = nla_get_u32(tb[RTA_OIF]); in route_doit()
/linux/net/mctp/
H A Droute.c1396 [RTA_OIF] = { .type = NLA_U32 },
1434 if (tb[RTA_OIF]) in mctp_route_nlparse_common()
1435 ifindex = nla_get_u32(tb[RTA_OIF]); in mctp_route_nlparse_common()
1674 if (nla_put_u32(skb, RTA_OIF, rt->dev->dev->ifindex)) in mctp_fill_rtinfo()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c275 if (rtattr_pack(&req.nh, sizeof(req), RTA_OIF, &index, sizeof(index))) in __ip_route_add()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h374 RTA_OIF, enumerator
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c136 case RTA_OIF: in read_route()
/linux/tools/testing/selftests/net/
H A Dipsec.c455 if (rtattr_pack(&req.nh, sizeof(req), RTA_OIF, &index, sizeof(index))) in ip4_route_set()