Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnetlink.c10 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, u8 family, in rtm_getroute_parse_ip_proto() function
33 EXPORT_SYMBOL_GPL(rtm_getroute_parse_ip_proto);
H A Droute.c3318 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet_rtm_getroute()
/linux/include/net/
H A Dip.h830 int rtm_getroute_parse_ip_proto(struct nlattr *attr, u8 *ip_proto, u8 family,
/linux/net/ipv6/
H A Droute.c6244 err = rtm_getroute_parse_ip_proto(tb[RTA_IP_PROTO], in inet6_rtm_getroute()