// Skip function: __VERIFIER_error // Skip function: __VERIFIER_nondet_int // Skip function: __VERIFIER_nondet_ulong // Function: __const_udelay // with type: void __const_udelay(unsigned long) // with return type: void void __const_udelay(unsigned long arg0) { // Void type return; } // Function: __netdev_alloc_skb // with type: struct sk_buff *__netdev_alloc_skb(struct net_device *, unsigned int, gfp_t ) // with return type: (struct sk_buff)* struct sk_buff *__netdev_alloc_skb(struct net_device *arg0, unsigned int arg1, gfp_t arg2) { // Pointer type struct sk_buff *skb = ldv_malloc(sizeof(struct sk_buff)); if(skb) { skb->dev = arg0; skb->head = ldv_malloc(arg1); skb->data = skb->head; skb->tail = 0; } return skb; } // Function: __pci_register_driver // with type: int __pci_register_driver(struct pci_driver *, struct module *, const char *) // with return type: int int __VERIFIER_nondet_int(void); int __pci_register_driver(struct pci_driver *arg0, struct module *arg1, const char *arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: __phys_addr // with type: unsigned long int __phys_addr(unsigned long) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int __phys_addr(unsigned long arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: _raw_spin_lock // with type: void _raw_spin_lock(raw_spinlock_t *) // with return type: void void _raw_spin_lock(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_lock_irqsave // with type: unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *) // with return type: unsigned long int unsigned long __VERIFIER_nondet_ulong(void); unsigned long int _raw_spin_lock_irqsave(raw_spinlock_t *arg0) { // Simple type return __VERIFIER_nondet_ulong(); } // Function: _raw_spin_unlock // with type: void _raw_spin_unlock(raw_spinlock_t *) // with return type: void void _raw_spin_unlock(raw_spinlock_t *arg0) { // Void type return; } // Function: _raw_spin_unlock_irqrestore // with type: void _raw_spin_unlock_irqrestore(raw_spinlock_t *, unsigned long) // with return type: void void _raw_spin_unlock_irqrestore(raw_spinlock_t *arg0, unsigned long arg1) { // Void type return; } // Skip function: calloc // Function: debug_dma_map_page // with type: void debug_dma_map_page(struct device *, struct page *, size_t , size_t , int, dma_addr_t , bool ) // with return type: void void debug_dma_map_page(struct device *arg0, struct page *arg1, size_t arg2, size_t arg3, int arg4, dma_addr_t arg5, bool arg6) { // Void type return; } // Function: debug_dma_mapping_error // with type: void debug_dma_mapping_error(struct device *, dma_addr_t ) // with return type: void void debug_dma_mapping_error(struct device *arg0, dma_addr_t arg1) { // Void type return; } // Function: efuse_read_1byte // with type: u8 efuse_read_1byte(struct ieee80211_hw *, u16 ) // with return type: u8 unsigned char __VERIFIER_nondet_uchar(void); u8 efuse_read_1byte(struct ieee80211_hw *arg0, u16 arg1) { // Typedef type // Real type: unsigned char // Simple type return __VERIFIER_nondet_uchar(); } // Function: jiffies_to_msecs // with type: unsigned int jiffies_to_msecs(const unsigned long) // with return type: unsigned int unsigned int __VERIFIER_nondet_uint(void); unsigned int jiffies_to_msecs(const unsigned long arg0) { // Simple type return __VERIFIER_nondet_uint(); } // Skip function: kfree // Function: ldv_complete_2 // with type: int ldv_complete_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_complete_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_late_2 // with type: int ldv_freeze_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_freeze_noirq_2 // with type: int ldv_freeze_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_freeze_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_initialize // with type: void ldv_initialize() // with return type: void void ldv_initialize() { // Void type return; } // Function: ldv_poweroff_late_2 // with type: int ldv_poweroff_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_poweroff_noirq_2 // with type: int ldv_poweroff_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_poweroff_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_prepare_2 // with type: int ldv_prepare_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_prepare_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_probe_3 // with type: int ldv_probe_3() // with return type: int int __VERIFIER_nondet_int(void); int ldv_probe_3() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_release_3 // with type: int ldv_release_3() // with return type: int int __VERIFIER_nondet_int(void); int ldv_release_3() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_early_2 // with type: int ldv_restore_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_restore_noirq_2 // with type: int ldv_restore_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_restore_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_early_2 // with type: int ldv_resume_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_resume_noirq_2 // with type: int ldv_resume_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_resume_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_shutdown_1 // with type: int ldv_shutdown_1() // with return type: int int __VERIFIER_nondet_int(void); int ldv_shutdown_1() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_late_2 // with type: int ldv_suspend_late_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_late_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_suspend_noirq_2 // with type: int ldv_suspend_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_suspend_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_early_2 // with type: int ldv_thaw_early_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_early_2() { // Simple type return __VERIFIER_nondet_int(); } // Function: ldv_thaw_noirq_2 // with type: int ldv_thaw_noirq_2() // with return type: int int __VERIFIER_nondet_int(void); int ldv_thaw_noirq_2() { // Simple type return __VERIFIER_nondet_int(); } // Skip function: malloc // Skip function: memcmp // Skip function: memcpy // Skip function: memset // Function: mutex_lock // with type: void mutex_lock(struct mutex *) // with return type: void void mutex_lock(struct mutex *arg0) { // Void type return; } // Function: mutex_trylock // with type: int mutex_trylock(struct mutex *) // with return type: int int __VERIFIER_nondet_int(void); int mutex_trylock(struct mutex *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: mutex_unlock // with type: void mutex_unlock(struct mutex *) // with return type: void void mutex_unlock(struct mutex *arg0) { // Void type return; } // Function: pci_unregister_driver // with type: void pci_unregister_driver(struct pci_driver *) // with return type: void void pci_unregister_driver(struct pci_driver *arg0) { // Void type return; } // Function: print_hex_dump // with type: void print_hex_dump(const char *, const char *, int, int, int, const void *, size_t , bool ) // with return type: void void print_hex_dump(const char *arg0, const char *arg1, int arg2, int arg3, int arg4, const void *arg5, size_t arg6, bool arg7) { // Void type return; } // Function: printk // with type: int printk(const char *, ...) // with return type: int int __VERIFIER_nondet_int(void); int printk(const char *arg0, ...) { // Simple type return __VERIFIER_nondet_int(); } // Function: request_firmware_nowait // with type: int request_firmware_nowait(struct module *, bool , const char *, struct device *, gfp_t , void *, void (*)(const struct firmware *, void *)) // with return type: int int __VERIFIER_nondet_int(void); int request_firmware_nowait(struct module *arg0, bool arg1, const char *arg2, struct device *arg3, gfp_t arg4, void *arg5, void (*arg6)(const struct firmware *, void *)) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl8723_dm_init_dynamic_bb_powersaving // with type: void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *) // with return type: void void rtl8723_dm_init_dynamic_bb_powersaving(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl8723_dm_init_dynamic_txpower // with type: void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *) // with return type: void void rtl8723_dm_init_dynamic_txpower(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl8723_dm_init_edca_turbo // with type: void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *) // with return type: void void rtl8723_dm_init_edca_turbo(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl8723_download_fw // with type: int rtl8723_download_fw(struct ieee80211_hw *, bool , int) // with return type: int int __VERIFIER_nondet_int(void); int rtl8723_download_fw(struct ieee80211_hw *arg0, bool arg1, int arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl8723_phy_calculate_bit_shift // with type: u32 rtl8723_phy_calculate_bit_shift(u32 ) // with return type: u32 unsigned int __VERIFIER_nondet_uint(void); u32 rtl8723_phy_calculate_bit_shift(u32 arg0) { // Typedef type // Real type: unsigned int // Simple type return __VERIFIER_nondet_uint(); } // Function: rtl8723_phy_init_bb_rf_reg_def // with type: void rtl8723_phy_init_bb_rf_reg_def(struct ieee80211_hw *) // with return type: void void rtl8723_phy_init_bb_rf_reg_def(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl8723_phy_mac_setting_calibration // with type: void rtl8723_phy_mac_setting_calibration(struct ieee80211_hw *, u32 *, u32 *) // with return type: void void rtl8723_phy_mac_setting_calibration(struct ieee80211_hw *arg0, u32 *arg1, u32 *arg2) { // Void type return; } // Function: rtl8723_phy_path_a_fill_iqk_matrix // with type: void rtl8723_phy_path_a_fill_iqk_matrix(struct ieee80211_hw *, bool , long (*)[8], u8 , bool ) // with return type: void void rtl8723_phy_path_a_fill_iqk_matrix(struct ieee80211_hw *arg0, bool arg1, long (*arg2)[8], u8 arg3, bool arg4) { // Void type return; } // Function: rtl8723_phy_path_a_standby // with type: void rtl8723_phy_path_a_standby(struct ieee80211_hw *) // with return type: void void rtl8723_phy_path_a_standby(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl8723_phy_path_adda_on // with type: void rtl8723_phy_path_adda_on(struct ieee80211_hw *, u32 *, bool , bool ) // with return type: void void rtl8723_phy_path_adda_on(struct ieee80211_hw *arg0, u32 *arg1, bool arg2, bool arg3) { // Void type return; } // Function: rtl8723_phy_pi_mode_switch // with type: void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *, bool ) // with return type: void void rtl8723_phy_pi_mode_switch(struct ieee80211_hw *arg0, bool arg1) { // Void type return; } // Function: rtl8723_phy_query_bb_reg // with type: u32 rtl8723_phy_query_bb_reg(struct ieee80211_hw *, u32 , u32 ) // with return type: u32 unsigned int __VERIFIER_nondet_uint(void); u32 rtl8723_phy_query_bb_reg(struct ieee80211_hw *arg0, u32 arg1, u32 arg2) { // Typedef type // Real type: unsigned int // Simple type return __VERIFIER_nondet_uint(); } // Function: rtl8723_phy_reload_adda_registers // with type: void rtl8723_phy_reload_adda_registers(struct ieee80211_hw *, u32 *, u32 *, u32 ) // with return type: void void rtl8723_phy_reload_adda_registers(struct ieee80211_hw *arg0, u32 *arg1, u32 *arg2, u32 arg3) { // Void type return; } // Function: rtl8723_phy_reload_mac_registers // with type: void rtl8723_phy_reload_mac_registers(struct ieee80211_hw *, u32 *, u32 *) // with return type: void void rtl8723_phy_reload_mac_registers(struct ieee80211_hw *arg0, u32 *arg1, u32 *arg2) { // Void type return; } // Function: rtl8723_phy_rf_serial_read // with type: u32 rtl8723_phy_rf_serial_read(struct ieee80211_hw *, enum radio_path , u32 ) // with return type: u32 unsigned int __VERIFIER_nondet_uint(void); u32 rtl8723_phy_rf_serial_read(struct ieee80211_hw *arg0, enum radio_path arg1, u32 arg2) { // Typedef type // Real type: unsigned int // Simple type return __VERIFIER_nondet_uint(); } // Function: rtl8723_phy_rf_serial_write // with type: void rtl8723_phy_rf_serial_write(struct ieee80211_hw *, enum radio_path , u32 , u32 ) // with return type: void void rtl8723_phy_rf_serial_write(struct ieee80211_hw *arg0, enum radio_path arg1, u32 arg2, u32 arg3) { // Void type return; } // Function: rtl8723_phy_save_mac_registers // with type: void rtl8723_phy_save_mac_registers(struct ieee80211_hw *, u32 *, u32 *) // with return type: void void rtl8723_phy_save_mac_registers(struct ieee80211_hw *arg0, u32 *arg1, u32 *arg2) { // Void type return; } // Function: rtl8723_phy_set_bb_reg // with type: void rtl8723_phy_set_bb_reg(struct ieee80211_hw *, u32 , u32 , u32 ) // with return type: void void rtl8723_phy_set_bb_reg(struct ieee80211_hw *arg0, u32 arg1, u32 arg2, u32 arg3) { // Void type return; } // Function: rtl8723_phy_set_sw_chnl_cmdarray // with type: bool rtl8723_phy_set_sw_chnl_cmdarray(struct swchnlcmd *, u32 , u32 , enum swchnlcmd_id , u32 , u32 , u32 ) // with return type: bool bool __VERIFIER_nondet_bool(void); bool rtl8723_phy_set_sw_chnl_cmdarray(struct swchnlcmd *arg0, u32 arg1, u32 arg2, enum swchnlcmd_id arg3, u32 arg4, u32 arg5, u32 arg6) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rtl8723_phy_txpwr_idx_to_dbm // with type: long int rtl8723_phy_txpwr_idx_to_dbm(struct ieee80211_hw *, enum wireless_mode , u8 ) // with return type: long int long __VERIFIER_nondet_long(void); long int rtl8723_phy_txpwr_idx_to_dbm(struct ieee80211_hw *arg0, enum wireless_mode arg1, u8 arg2) { // Simple type return __VERIFIER_nondet_long(); } // Function: rtl8723_save_adda_registers // with type: void rtl8723_save_adda_registers(struct ieee80211_hw *, u32 *, u32 *, u32 ) // with return type: void void rtl8723_save_adda_registers(struct ieee80211_hw *arg0, u32 *arg1, u32 *arg2, u32 arg3) { // Void type return; } // Function: rtl8723ae_firmware_selfreset // with type: void rtl8723ae_firmware_selfreset(struct ieee80211_hw *) // with return type: void void rtl8723ae_firmware_selfreset(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl_btc_get_ops_pointer // with type: struct rtl_btc_ops *rtl_btc_get_ops_pointer() // with return type: (struct rtl_btc_ops)* struct rtl_btc_ops *rtl_btc_get_ops_pointer() { // Pointer type return ldv_malloc(sizeof(struct rtl_btc_ops)); } // Function: rtl_cam_add_one_entry // with type: u8 rtl_cam_add_one_entry(struct ieee80211_hw *, u8 *, u32 , u32 , u32 , u32 , u8 *) // with return type: u8 unsigned char __VERIFIER_nondet_uchar(void); u8 rtl_cam_add_one_entry(struct ieee80211_hw *arg0, u8 *arg1, u32 arg2, u32 arg3, u32 arg4, u32 arg5, u8 *arg6) { // Typedef type // Real type: unsigned char // Simple type return __VERIFIER_nondet_uchar(); } // Function: rtl_cam_del_entry // with type: void rtl_cam_del_entry(struct ieee80211_hw *, u8 *) // with return type: void void rtl_cam_del_entry(struct ieee80211_hw *arg0, u8 *arg1) { // Void type return; } // Function: rtl_cam_delete_one_entry // with type: int rtl_cam_delete_one_entry(struct ieee80211_hw *, u8 *, u32 ) // with return type: int int __VERIFIER_nondet_int(void); int rtl_cam_delete_one_entry(struct ieee80211_hw *arg0, u8 *arg1, u32 arg2) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl_cam_empty_entry // with type: void rtl_cam_empty_entry(struct ieee80211_hw *, u8 ) // with return type: void void rtl_cam_empty_entry(struct ieee80211_hw *arg0, u8 arg1) { // Void type return; } // Function: rtl_cam_get_free_entry // with type: u8 rtl_cam_get_free_entry(struct ieee80211_hw *, u8 *) // with return type: u8 unsigned char __VERIFIER_nondet_uchar(void); u8 rtl_cam_get_free_entry(struct ieee80211_hw *arg0, u8 *arg1) { // Typedef type // Real type: unsigned char // Simple type return __VERIFIER_nondet_uchar(); } // Function: rtl_cam_mark_invalid // with type: void rtl_cam_mark_invalid(struct ieee80211_hw *, u8 ) // with return type: void void rtl_cam_mark_invalid(struct ieee80211_hw *arg0, u8 arg1) { // Void type return; } // Function: rtl_cam_reset_all_entry // with type: void rtl_cam_reset_all_entry(struct ieee80211_hw *) // with return type: void void rtl_cam_reset_all_entry(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl_cmd_send_packet // with type: bool rtl_cmd_send_packet(struct ieee80211_hw *, struct sk_buff *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool rtl_cmd_send_packet(struct ieee80211_hw *arg0, struct sk_buff *arg1) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rtl_dm_diginit // with type: void rtl_dm_diginit(struct ieee80211_hw *, u32 ) // with return type: void void rtl_dm_diginit(struct ieee80211_hw *arg0, u32 arg1) { // Void type return; } // Function: rtl_efuse_shadow_map_update // with type: void rtl_efuse_shadow_map_update(struct ieee80211_hw *) // with return type: void void rtl_efuse_shadow_map_update(struct ieee80211_hw *arg0) { // Void type return; } // Function: rtl_evm_db_to_percentage // with type: u8 rtl_evm_db_to_percentage(char) // with return type: u8 unsigned char __VERIFIER_nondet_uchar(void); u8 rtl_evm_db_to_percentage(char arg0) { // Typedef type // Real type: unsigned char // Simple type return __VERIFIER_nondet_uchar(); } // Function: rtl_get_tcb_desc // with type: void rtl_get_tcb_desc(struct ieee80211_hw *, struct ieee80211_tx_info *, struct ieee80211_sta *, struct sk_buff *, struct rtl_tcb_desc *) // with return type: void void rtl_get_tcb_desc(struct ieee80211_hw *arg0, struct ieee80211_tx_info *arg1, struct ieee80211_sta *arg2, struct sk_buff *arg3, struct rtl_tcb_desc *arg4) { // Void type return; } // Function: rtl_hal_pwrseqcmdparsing // with type: bool rtl_hal_pwrseqcmdparsing(struct rtl_priv *, u8 , u8 , u8 , struct wlan_pwr_cfg *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool rtl_hal_pwrseqcmdparsing(struct rtl_priv *arg0, u8 arg1, u8 arg2, u8 arg3, struct wlan_pwr_cfg *arg4) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rtl_pci_disconnect // with type: void rtl_pci_disconnect(struct pci_dev *) // with return type: void void rtl_pci_disconnect(struct pci_dev *arg0) { // Void type return; } // Function: rtl_pci_probe // with type: int rtl_pci_probe(struct pci_dev *, const struct pci_device_id *) // with return type: int int __VERIFIER_nondet_int(void); int rtl_pci_probe(struct pci_dev *arg0, const struct pci_device_id *arg1) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl_pci_resume // with type: int rtl_pci_resume(struct device *) // with return type: int int __VERIFIER_nondet_int(void); int rtl_pci_resume(struct device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl_pci_suspend // with type: int rtl_pci_suspend(struct device *) // with return type: int int __VERIFIER_nondet_int(void); int rtl_pci_suspend(struct device *arg0) { // Simple type return __VERIFIER_nondet_int(); } // Function: rtl_process_phyinfo // with type: void rtl_process_phyinfo(struct ieee80211_hw *, u8 *, struct rtl_stats *) // with return type: void void rtl_process_phyinfo(struct ieee80211_hw *arg0, u8 *arg1, struct rtl_stats *arg2) { // Void type return; } // Function: rtl_ps_disable_nic // with type: bool rtl_ps_disable_nic(struct ieee80211_hw *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool rtl_ps_disable_nic(struct ieee80211_hw *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rtl_ps_enable_nic // with type: bool rtl_ps_enable_nic(struct ieee80211_hw *) // with return type: bool bool __VERIFIER_nondet_bool(void); bool rtl_ps_enable_nic(struct ieee80211_hw *arg0) { // Typedef type // Real type: _Bool // Simple type return __VERIFIER_nondet_bool(); } // Function: rtl_query_rxpwrpercentage // with type: u8 rtl_query_rxpwrpercentage(char) // with return type: u8 unsigned char __VERIFIER_nondet_uchar(void); u8 rtl_query_rxpwrpercentage(char arg0) { // Typedef type // Real type: unsigned char // Simple type return __VERIFIER_nondet_uchar(); } // Function: rtl_signal_scale_mapping // with type: long int rtl_signal_scale_mapping(struct ieee80211_hw *, long) // with return type: long int long __VERIFIER_nondet_long(void); long int rtl_signal_scale_mapping(struct ieee80211_hw *arg0, long arg1) { // Simple type return __VERIFIER_nondet_long(); } // Function: rtlwifi_rate_mapping // with type: int rtlwifi_rate_mapping(struct ieee80211_hw *, bool , bool , u8 ) // with return type: int int __VERIFIER_nondet_int(void); int rtlwifi_rate_mapping(struct ieee80211_hw *arg0, bool arg1, bool arg2, u8 arg3) { // Simple type return __VERIFIER_nondet_int(); } // Function: skb_put // with type: unsigned char *skb_put(struct sk_buff *, unsigned int) // with return type: (unsigned char)* unsigned char *skb_put(struct sk_buff *arg0, unsigned int arg1) { unsigned char *ret_val = arg0->data + arg0->tail; // a more precise implementation of skb_put would actually re-allocate memory // here arg0->tail += arg1; // Pointer type return ret_val; } // Function: trace_hardirqs_off // with type: void trace_hardirqs_off() // with return type: void void trace_hardirqs_off() { // Void type return; } // Function: trace_hardirqs_on // with type: void trace_hardirqs_on() // with return type: void void trace_hardirqs_on() { // Void type return; } // Function: vfree // with type: void vfree(const void *) // with return type: void void vfree(const void *arg0) { // Void type return; } // Function: vzalloc // with type: void *vzalloc(unsigned long) // with return type: (void)* void *vzalloc(unsigned long arg0) { // Pointer type return ldv_malloc(0UL); }