Searched refs:nl_route_info (Results 1 – 2 of 2) sorted by relevance
874 if(IPACM_SUCCESS != ipa_nl_decode_rtm_route(buffer, buflen, &(msg_ptr->nl_route_info))) in ipa_nl_decode_nlmsg()881 IPACMDBG("rtm_type: %d\n", msg_ptr->nl_route_info.metainfo.rtm_type); in ipa_nl_decode_nlmsg()882 IPACMDBG("protocol: %d\n", msg_ptr->nl_route_info.metainfo.rtm_protocol); in ipa_nl_decode_nlmsg()883 IPACMDBG("rtm_scope: %d\n", msg_ptr->nl_route_info.metainfo.rtm_scope); in ipa_nl_decode_nlmsg()884 IPACMDBG("rtm_table: %d\n", msg_ptr->nl_route_info.metainfo.rtm_table); in ipa_nl_decode_nlmsg()885 IPACMDBG("rtm_family: %d\n", msg_ptr->nl_route_info.metainfo.rtm_family); in ipa_nl_decode_nlmsg()886 IPACMDBG("param_mask: 0x%x\n", msg_ptr->nl_route_info.attr_info.param_mask); in ipa_nl_decode_nlmsg()889 if((msg_ptr->nl_route_info.metainfo.rtm_type == RTN_UNICAST) && in ipa_nl_decode_nlmsg()890 ((msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_BOOT) || in ipa_nl_decode_nlmsg()891 (msg_ptr->nl_route_info.metainfo.rtm_protocol == RTPROT_RA)) && in ipa_nl_decode_nlmsg()[all …]
201 ipa_nl_route_info_t nl_route_info; member