Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 6 of 6) sorted by relevance

/security/selinux/ss/
A Dhashtab.c146 struct hashtab_node *cur, *tmp, *tail; in hashtab_duplicate() local
159 tail = NULL; in hashtab_duplicate()
172 if (!tail) in hashtab_duplicate()
175 tail->next = tmp; in hashtab_duplicate()
176 tail = tmp; in hashtab_duplicate()
/security/selinux/
A Dnetport.c107 struct sel_netport *tail; in sel_netport_insert() local
108 tail = list_entry( in sel_netport_insert()
113 list_del_rcu(&tail->list); in sel_netport_insert()
114 kfree_rcu(tail, rcu); in sel_netport_insert()
A Dibpkey.c103 struct sel_ib_pkey *tail; in sel_ib_pkey_insert() local
105 tail = list_entry( in sel_ib_pkey_insert()
110 list_del_rcu(&tail->list); in sel_ib_pkey_insert()
111 kfree_rcu(tail, rcu); in sel_ib_pkey_insert()
A Dnetnode.c165 struct sel_netnode *tail; in sel_netnode_insert() local
166 tail = list_entry( in sel_netnode_insert()
171 list_del_rcu(&tail->list); in sel_netnode_insert()
172 kfree_rcu(tail, rcu); in sel_netnode_insert()
A Dnetlink.c80 tmp = skb->tail; in selnl_notify()
85 nlh->nlmsg_len = skb->tail - tmp; in selnl_notify()
/security/tomoyo/
A Dcommon.c1993 static bool tomoyo_numscan(const char *str, const char *head, int *width, const char tail) in tomoyo_numscan() argument
2002 if (*cp == tail || !tail) { in tomoyo_numscan()

Completed in 13 milliseconds