Home
last modified time | relevance | path

Searched refs:socheckuid (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c135 #define socheckuid(a,b) ((a)->so_cred->cr_uid != (b)) in ip_fw3_match_guid() macro
136 return !socheckuid(pcb->inp_socket, uid); in ip_fw3_match_guid()
137 #undef socheckuid in ip_fw3_match_guid()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c3060 #define socheckuid(a,b) ((a)->so_cred->cr_uid != (b)) in ipfw_match_uid() macro
3061 return !socheckuid(pcb->inp_socket, uid); in ipfw_match_uid()
3062 #undef socheckuid in ipfw_match_uid()