Searched refs:__be32 (Results 1 – 25 of 38) sorted by relevance
12
2 typedef u32 __attribute__((bitwise)) __be32; typedef5 static __be32 foo(void) in foo()7 __be32 x = 0; in foo()13 static __be32 bar(void) in bar()15 return (__be32)0; in bar()19 static __be32 baz(void) in baz()21 __be32 x = 0x2a; in baz()27 static __be32 quux(void) in quux()29 return (__be32)1729; in quux()33 static __be32 quuy(void) in quuy()[all …]
5 typedef unsigned int __bitwise __be32; typedef7 static __be32* tobi(u32 *x) in tobi()12 static __be32* tobe(u32 *x) in tobe()14 return (__be32 *) x; // should warn, explicit cast in tobe()17 static __be32* tobf(u32 *x) in tobf()19 return (__force __be32 *) x; // should not warn, forced cast in tobf()20 return (__be32 __force *) x; // should not warn, forced cast in tobf()
89 __be32 h_magic;90 __be32 h_blocktype;91 __be32 h_sequence;124 __be32 h_magic;125 __be32 h_blocktype;126 __be32 h_sequence;130 __be32 h_chksum[JBD2_CHECKSUM_BYTES];132 __be32 h_commit_nsec;140 __be32 t_blocknr; /* The on-disk block number */141 __be32 t_flags; /* See below */[all …]
32 __be32 saddr;33 __be32 daddr;34 __be32 smsk;35 __be32 dmsk;
103 __be32 saddr;104 __be32 daddr;113 __be32 spi;114 __be32 seq_no; /* Sequence number */119 __be32 spi;120 __be32 seq_no; /* Sequence number */
86 __be32 s_addr;180 __be32 imr_multiaddr;181 __be32 imr_interface;182 __be32 imr_sourceaddr;186 __be32 imsf_multiaddr;187 __be32 imsf_interface;190 __be32 imsf_slist[1];
53 __be32 i_key;54 __be32 o_key;99 __be32 addr;112 __be32 relay_prefix;
38 __be32 u6_addr32[4];53 __be32 sin6_flowinfo; /* IPv6 flow information */73 __be32 flr_label;
17 __be32 idiag_src[4];18 __be32 idiag_dst[4];103 __be32 addr[0];
72 __be32 ip;73 __be32 ip6[4];
16 __be32 a4;17 __be32 a6[4];27 __be32 spi;393 __be32 spi;
166 __be32 mask;167 __be32 val;182 __be32 hmask;
23 __be32 entry;
18 __be32 packet_id; /* unique ID of packet in queue */70 __be32 verdict;71 __be32 id;96 __be32 copy_range;
17 __be32 v4_mask;18 __be32 v6_mask[4];
24 __be32 min_ip;25 __be32 max_ip;
12 __be32 laddr;
43 __be32 spi;
35 __be32 b32;
74 __be32 ip;75 __be32 ip6[4];
30 typedef __u32 __bitwise __be32; typedef
176 __be32 provided; in jbd2_descriptor_block_csum_verify()420 __be32 provided; in jbd2_commit_block_csum_verify()440 __be32 seq; in jbd2_block_tag_csum_verify()681 *((__be32 *)nbh->b_data) = in do_one_pass()921 blocknr = be32_to_cpu(* ((__be32 *) (bh->b_data+offset))); in scan_revoke_records()
42 typedef __u32 __bitwise __be32; typedef
38 __be32 saddr;39 __be32 daddr;40 __be32 smsk;41 __be32 dmsk;
42 #define __be32 __u32 macro