Searched refs:__be32 (Results 201 - 225 of 1972) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dpim.h66 __be32 flags;
92 static inline bool pim_ipv4_all_pim_routers(__be32 addr)
H A Dnetfilter_ipv4.h13 __be32 daddr;
14 __be32 saddr;
H A Dinet.h52 extern __be32 in_aton(const char *str);
H A Dlibfdt_env.h14 typedef __be32 fdt32_t;
/linux-master/include/uapi/linux/netfilter/
H A Dnf_nat.h27 __be32 min_ip;
28 __be32 max_ip;
/linux-master/fs/ocfs2/cluster/
H A Dnodemanager.h31 __be32 nd_ipv4_address;
62 struct o2nm_node *o2nm_get_node_by_ip(__be32 addr);
/linux-master/arch/arc/include/asm/
H A Dchecksum.h70 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
/linux-master/include/net/
H A Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
44 __be32 saddr);
/linux-master/fs/nfsd/
H A Dxdr.h79 __be32 status;
83 __be32 status;
89 __be32 status;
95 __be32 status;
101 __be32 status;
110 __be32 status;
122 __be32 status;
173 bool svcxdr_encode_stat(struct xdr_stream *xdr, __be32 status);
H A Dflexfilelayoutxdr.h45 __be32 nfsd4_ff_encode_getdeviceinfo(struct xdr_stream *xdr,
47 __be32 nfsd4_ff_encode_layoutget(struct xdr_stream *xdr,
/linux-master/include/uapi/linux/
H A Dnetfilter.h74 __be32 ip;
75 __be32 ip6[4];
H A Datmbr2684.h101 __be32 prefix; /* network byte order */
102 __be32 netmask; /* 0 = disable filter */
H A Datmarp.h39 __be32 ip; /* IP address (act_need only) */
H A Dqemu_fw_cfg.h61 __be32 size;
80 __be32 control;
81 __be32 length;
/linux-master/block/partitions/
H A Damiga.c27 checksum_block(__be32 *m, int size)
60 if (*(__be32 *)data != cpu_to_be32(IDNAME_RIGIDDISK))
64 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0)
69 *(__be32 *)(data+0xdc) = 0;
70 if (checksum_block((__be32 *)data,
111 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 )
184 __be32 *dt = (__be32 *)dostype;
H A Dsysv68.c25 __be32 ios_slcblk; /* Slice table block number */
44 __be32 nblocks; /* slice size (in blocks) */
45 __be32 blkoff; /* block offset of slice */
/linux-master/fs/lockd/
H A Dsvcproc.c20 static __be32
21 cast_to_nlm(__be32 status, u32 vers)
51 static __be32
59 __be32 error = 0;
104 static __be32
114 static __be32
121 __be32 rc = rpc_success;
146 static __be32
152 static __be32
158 __be32 r
[all...]
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c12 unsigned long long offset, __be32 *buf)
29 __be32 *buf = (__be32 *)data;
40 __be32 data[2];
/linux-master/arch/m68k/include/asm/
H A Dchecksum.h82 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len,
102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len,
/linux-master/arch/sparc/include/asm/
H A Dchecksum_64.h66 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl2.h12 extern void iscsit_create_conn_recovery_datain_values(struct iscsit_cmd *, __be32);
/linux-master/arch/x86/include/asm/
H A Dchecksum_64.h87 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
112 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_fdir.h51 /* Must not exceed the array element number of '__be32 data[2]' in the ethtool
62 __be32 src_ip;
63 __be32 dst_ip;
82 __be32 l4_header; /* first 4 bytes of the layer 4 header */
83 __be32 spi; /* security parameter index for AH/ESP */
/linux-master/include/linux/netfilter/ipset/
H A Dpfxlen.h13 static inline __be32
19 static inline const __be32 *
31 static inline const __be32 *
/linux-master/net/atm/
H A Dmpc.h43 __be32 ipaddr;
49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
50 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);

Completed in 312 milliseconds

1234567891011>>