Loading include/linux/netfilter_bridge.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -64,7 +64,7 @@ static inline int nf_bridge_pad(const struct sk_buff *skb) struct bridge_skb_cb { struct bridge_skb_cb { union { union { __u32 ipv4; __be32 ipv4; } daddr; } daddr; }; }; Loading include/linux/netfilter_bridge/ebt_802_3.h +5 −5 Original line number Original line Diff line number Diff line Loading @@ -28,21 +28,21 @@ struct hdr_ui { uint8_t ssap; uint8_t ssap; uint8_t ctrl; uint8_t ctrl; uint8_t orig[3]; uint8_t orig[3]; uint16_t type; __be16 type; }; }; struct hdr_ni { struct hdr_ni { uint8_t dsap; uint8_t dsap; uint8_t ssap; uint8_t ssap; uint16_t ctrl; __be16 ctrl; uint8_t orig[3]; uint8_t orig[3]; uint16_t type; __be16 type; }; }; struct ebt_802_3_hdr { struct ebt_802_3_hdr { uint8_t daddr[6]; uint8_t daddr[6]; uint8_t saddr[6]; uint8_t saddr[6]; uint16_t len; __be16 len; union { union { struct hdr_ui ui; struct hdr_ui ui; struct hdr_ni ni; struct hdr_ni ni; Loading @@ -61,7 +61,7 @@ static inline struct ebt_802_3_hdr *ebt_802_3_hdr(const struct sk_buff *skb) struct ebt_802_3_info struct ebt_802_3_info { { uint8_t sap; uint8_t sap; uint16_t type; __be16 type; uint8_t bitmask; uint8_t bitmask; uint8_t invflags; uint8_t invflags; }; }; Loading include/linux/netfilter_bridge/ebt_among.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ struct ebt_mac_wormhash_tuple struct ebt_mac_wormhash_tuple { { uint32_t cmp[2]; uint32_t cmp[2]; uint32_t ip; __be32 ip; }; }; struct ebt_mac_wormhash struct ebt_mac_wormhash Loading include/linux/netfilter_bridge/ebt_arp.h +7 −7 Original line number Original line Diff line number Diff line Loading @@ -14,13 +14,13 @@ struct ebt_arp_info struct ebt_arp_info { { uint16_t htype; __be16 htype; uint16_t ptype; __be16 ptype; uint16_t opcode; __be16 opcode; uint32_t saddr; __be32 saddr; uint32_t smsk; __be32 smsk; uint32_t daddr; __be32 daddr; uint32_t dmsk; __be32 dmsk; unsigned char smaddr[ETH_ALEN]; unsigned char smaddr[ETH_ALEN]; unsigned char smmsk[ETH_ALEN]; unsigned char smmsk[ETH_ALEN]; unsigned char dmaddr[ETH_ALEN]; unsigned char dmaddr[ETH_ALEN]; Loading include/linux/netfilter_bridge/ebt_ip.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -28,10 +28,10 @@ /* the same values are used for the invflags */ /* the same values are used for the invflags */ struct ebt_ip_info struct ebt_ip_info { { uint32_t saddr; __be32 saddr; uint32_t daddr; __be32 daddr; uint32_t smsk; __be32 smsk; uint32_t dmsk; __be32 dmsk; uint8_t tos; uint8_t tos; uint8_t protocol; uint8_t protocol; uint8_t bitmask; uint8_t bitmask; Loading Loading
include/linux/netfilter_bridge.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -64,7 +64,7 @@ static inline int nf_bridge_pad(const struct sk_buff *skb) struct bridge_skb_cb { struct bridge_skb_cb { union { union { __u32 ipv4; __be32 ipv4; } daddr; } daddr; }; }; Loading
include/linux/netfilter_bridge/ebt_802_3.h +5 −5 Original line number Original line Diff line number Diff line Loading @@ -28,21 +28,21 @@ struct hdr_ui { uint8_t ssap; uint8_t ssap; uint8_t ctrl; uint8_t ctrl; uint8_t orig[3]; uint8_t orig[3]; uint16_t type; __be16 type; }; }; struct hdr_ni { struct hdr_ni { uint8_t dsap; uint8_t dsap; uint8_t ssap; uint8_t ssap; uint16_t ctrl; __be16 ctrl; uint8_t orig[3]; uint8_t orig[3]; uint16_t type; __be16 type; }; }; struct ebt_802_3_hdr { struct ebt_802_3_hdr { uint8_t daddr[6]; uint8_t daddr[6]; uint8_t saddr[6]; uint8_t saddr[6]; uint16_t len; __be16 len; union { union { struct hdr_ui ui; struct hdr_ui ui; struct hdr_ni ni; struct hdr_ni ni; Loading @@ -61,7 +61,7 @@ static inline struct ebt_802_3_hdr *ebt_802_3_hdr(const struct sk_buff *skb) struct ebt_802_3_info struct ebt_802_3_info { { uint8_t sap; uint8_t sap; uint16_t type; __be16 type; uint8_t bitmask; uint8_t bitmask; uint8_t invflags; uint8_t invflags; }; }; Loading
include/linux/netfilter_bridge/ebt_among.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -32,7 +32,7 @@ struct ebt_mac_wormhash_tuple struct ebt_mac_wormhash_tuple { { uint32_t cmp[2]; uint32_t cmp[2]; uint32_t ip; __be32 ip; }; }; struct ebt_mac_wormhash struct ebt_mac_wormhash Loading
include/linux/netfilter_bridge/ebt_arp.h +7 −7 Original line number Original line Diff line number Diff line Loading @@ -14,13 +14,13 @@ struct ebt_arp_info struct ebt_arp_info { { uint16_t htype; __be16 htype; uint16_t ptype; __be16 ptype; uint16_t opcode; __be16 opcode; uint32_t saddr; __be32 saddr; uint32_t smsk; __be32 smsk; uint32_t daddr; __be32 daddr; uint32_t dmsk; __be32 dmsk; unsigned char smaddr[ETH_ALEN]; unsigned char smaddr[ETH_ALEN]; unsigned char smmsk[ETH_ALEN]; unsigned char smmsk[ETH_ALEN]; unsigned char dmaddr[ETH_ALEN]; unsigned char dmaddr[ETH_ALEN]; Loading
include/linux/netfilter_bridge/ebt_ip.h +4 −4 Original line number Original line Diff line number Diff line Loading @@ -28,10 +28,10 @@ /* the same values are used for the invflags */ /* the same values are used for the invflags */ struct ebt_ip_info struct ebt_ip_info { { uint32_t saddr; __be32 saddr; uint32_t daddr; __be32 daddr; uint32_t smsk; __be32 smsk; uint32_t dmsk; __be32 dmsk; uint8_t tos; uint8_t tos; uint8_t protocol; uint8_t protocol; uint8_t bitmask; uint8_t bitmask; Loading