Function report | 
Source Code:security\apparmor\label.c | 
Create Date:2022-07-28 19:54:24 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:label_free_or_put_new
Proto:static void label_free_or_put_new(struct aa_label *label, struct aa_label *new)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct aa_label * | label | |
| struct aa_label * | new | 
| 394 | If label != new Then aa_label_free(new) | 
| 397 | Else aa_put_label(new) | 
| Name | Describe | 
|---|---|
| vec_create_and_insert_label | quires sort and merge done first | 
| aa_label_merge | aa_label_merge - attempt to insert new merged label of @a and @b*@ls: set of labels to insert label into (NOT NULL)*@a: label to merge with @b (NOT NULL)*@b: label to merge with @a (NOT NULL)*@gfp: memory allocation type* Requires: caller to hold valid | 
| __label_update | __label_update - insert updated version of @label into labelset*@label - the label to update/replace* Returns: new label that is up to date* else NULL on failure* Requires: @ns lock be held* Note: worst case is the stale @label does not get updated and has | 
| 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  |