Function report | 
Source Code:lib\kobject_uevent.c | 
Create Date:2022-07-28 06:14:41 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:kobject_uevent_net_broadcast
Proto:static int kobject_uevent_net_broadcast(struct kobject *kobj, struct kobj_uevent_env *env, const char *action_string, const char *devpath)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct kobject * | kobj | |
| struct kobj_uevent_env * | env | |
| const char * | action_string | |
| const char * | devpath | 
| 385 | ret = 0 | 
| 391 | ops = kobj_ns_ops(kobj) | 
| 403 | If ops && netlink_ns && namespace Then If type == KOBJ_NS_TYPE_NET Then | 
| 407 | If Not net Then ret = uevent_net_broadcast_untagged(env, action_string, devpath) | 
| 410 | Else ret = uevent_net_broadcast_tagged(sk, env, action_string, devpath) | 
| 415 | Return ret | 
| Name | Describe | 
|---|---|
| kobject_uevent_env | kobject_uevent_env - send an uevent with environmental data*@kobj: struct kobject that the action is happening to*@action: action that is happening*@envp_ext: pointer to environmental data* Returns 0 if kobject_uevent_env() is completed with success or the | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |