Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmroute.h91 struct rtmsg;
94 struct rtmsg *rtm, u32 portid);
H A Dmroute6.h103 struct rtmsg;
105 struct rtmsg *rtm, u32 portid);
/linux/net/phonet/
H A Dpn_netlink.c176 struct rtmsg *rtm; in fill_route()
208 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct rtmsg)) + in rtm_phonet_notify()
238 struct rtmsg *rtm; in route_doit()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c96 struct rtmsg *rt_msg; in read_route()
118 rt_msg = (struct rtmsg *)NLMSG_DATA(nh); in read_route()
263 struct rtmsg rt; in get_route_table()
280 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_route_table()
416 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_arp_table()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h245 struct rtmsg { struct
407 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
408 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg))
/linux/net/mctp/
H A Droute.c1411 struct nlattr **tb, struct rtmsg **rtm, in mctp_route_nlparse_common()
1421 rc = nlmsg_parse(nlh, sizeof(struct rtmsg), tb, RTA_MAX, in mctp_route_nlparse_common()
1499 struct rtmsg *rtm; in mctp_route_nlparse_lookup()
1536 struct rtmsg *rtm; in mctp_route_nlparse_populate()
1637 struct rtmsg *hdr; in mctp_fill_rtinfo()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c250 struct rtmsg rt; in __ip_route_add()
/linux/tools/testing/selftests/net/
H A Dipsec.c432 struct rtmsg rt; in ip4_route_set()