Re: A C language question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sorry, I don't know if it is appropriate to ask such question here.
(((*((__u32
*)&((__sk)->dport)))== (__ports))
In above code, what is difference if I replace ( * ( (__u32 *) &(
(__sk)->dport) ) )
with ((__u32)(__sk->dport))
Thanks.
Haiguang
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]