Lines Matching refs:off

201 	u16 off;  in build_prologue()  local
216 off = offsetof(struct sk_buff, data); in build_prologue()
217 emit(ARM_LDR_I(r_skb_data, r_skb, off), ctx); in build_prologue()
219 off = offsetof(struct sk_buff, len); in build_prologue()
220 emit(ARM_LDR_I(r_skb_hl, r_skb, off), ctx); in build_prologue()
221 off = offsetof(struct sk_buff, data_len); in build_prologue()
222 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_prologue()
517 unsigned i, load_order, off, condt; in build_body() local
861 off = offsetof(struct sk_buff, protocol); in build_body()
862 emit(ARM_LDRH_I(r_scratch, r_skb, off), ctx); in build_body()
870 off = offsetof(struct thread_info, cpu); in build_body()
871 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); in build_body()
878 off = offsetof(struct sk_buff, dev); in build_body()
879 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_body()
890 off = offsetof(struct net_device, ifindex); in build_body()
891 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); in build_body()
900 off = offsetof(struct net_device, type); in build_body()
901 emit_mov_i(ARM_R3, off, ctx); in build_body()
908 off = offsetof(struct sk_buff, mark); in build_body()
909 emit(ARM_LDR_I(r_A, r_skb, off), ctx); in build_body()
914 off = offsetof(struct sk_buff, hash); in build_body()
915 emit(ARM_LDR_I(r_A, r_skb, off), ctx); in build_body()
921 off = offsetof(struct sk_buff, vlan_tci); in build_body()
922 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); in build_body()
934 off = PKT_TYPE_OFFSET(); in build_body()
935 emit(ARM_LDRB_I(r_A, r_skb, off), ctx); in build_body()
947 off = offsetof(struct sk_buff, queue_mapping); in build_body()
948 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); in build_body()