Home
last modified time | relevance | path

Searched refs:rtm_getroute_parse_ip_proto (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/ipv4/
Dnetlink.c8 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, in rtm_getroute_parse_ip_proto() function
23 EXPORT_SYMBOL_GPL(rtm_getroute_parse_ip_proto);
Droute.c2813 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet_rtm_getroute()
/Linux-v4.19/include/net/
Dip.h690 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto,
/Linux-v4.19/net/ipv6/
Droute.c4903 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet6_rtm_getroute()