Lines Matching refs:off
176 u16 off; in build_prologue() local
191 off = offsetof(struct sk_buff, data); in build_prologue()
192 emit(ARM_LDR_I(r_skb_data, r_skb, off), ctx); in build_prologue()
194 off = offsetof(struct sk_buff, len); in build_prologue()
195 emit(ARM_LDR_I(r_skb_hl, r_skb, off), ctx); in build_prologue()
196 off = offsetof(struct sk_buff, data_len); in build_prologue()
197 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_prologue()
485 unsigned i, load_order, off, condt; in build_body() local
804 off = offsetof(struct sk_buff, protocol); in build_body()
805 emit(ARM_LDRH_I(r_scratch, r_skb, off), ctx); in build_body()
813 off = offsetof(struct thread_info, cpu); in build_body()
814 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); in build_body()
819 off = offsetof(struct sk_buff, dev); in build_body()
820 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_body()
827 off = offsetof(struct net_device, ifindex); in build_body()
828 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); in build_body()
833 off = offsetof(struct sk_buff, mark); in build_body()
834 emit(ARM_LDR_I(r_A, r_skb, off), ctx); in build_body()
839 off = offsetof(struct sk_buff, hash); in build_body()
840 emit(ARM_LDR_I(r_A, r_skb, off), ctx); in build_body()
846 off = offsetof(struct sk_buff, vlan_tci); in build_body()
847 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); in build_body()
859 off = offsetof(struct sk_buff, queue_mapping); in build_body()
860 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); in build_body()