Untitled
Anonymous
plain_text
05/16/2024 7:55 AM
364 B
13
Indexable
case MSG_NETLINK_BRCM_LINK_BRIDGE_VLAN_STATS:
#ifdef BRIDGE_VLAN_COUNTER
payload = NLMSG_DATA(nl_msgHdr);
updateBridgeVlanCounter(payload);
#endif
break;
default:
ZOS_PK_M(" Unknown netlink nlmsg_type %d\n", nl_msgHdr->nlmsg_type);
break;
}
}
Editor is loading...
Leave a Comment