Searched refs:nft_reg_load_be16 (Results 1 – 3 of 3) sorted by relevance
59 tport = nft_reg_load_be16(®s->data[priv->sreg_port]); in nft_tproxy_eval_v4()127 tport = nft_reg_load_be16(®s->data[priv->sreg_port]); in nft_tproxy_eval_v6()
830 vlan_proto = nft_reg_load_be16(src); in nft_payload_set_vlan()844 vlan_tci = ntohs(nft_reg_load_be16(src)); in nft_payload_set_vlan()
171 static inline __be16 nft_reg_load_be16(const u32 *sreg) in nft_reg_load_be16() function